Class DescribeSnapshotScheduleResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeSnapshotScheduleResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeSnapshotScheduleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeSnapshotScheduleResultclone()booleanequals(Object obj)StringgetDescription()IntegergetRecurrenceInHours()IntegergetStartAt()StringgetTimezone()StringgetVolumeARN()inthashCode()voidsetDescription(String description)voidsetRecurrenceInHours(Integer recurrenceInHours)voidsetStartAt(Integer startAt)voidsetTimezone(String timezone)voidsetVolumeARN(String volumeARN)StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeSnapshotScheduleResultwithDescription(String description)DescribeSnapshotScheduleResultwithRecurrenceInHours(Integer recurrenceInHours)DescribeSnapshotScheduleResultwithStartAt(Integer startAt)DescribeSnapshotScheduleResultwithTimezone(String timezone)DescribeSnapshotScheduleResultwithVolumeARN(String volumeARN)
-
-
-
Method Detail
-
setVolumeARN
public void setVolumeARN(String volumeARN)
- Parameters:
volumeARN-
-
getVolumeARN
public String getVolumeARN()
- Returns:
-
withVolumeARN
public DescribeSnapshotScheduleResult withVolumeARN(String volumeARN)
- Parameters:
volumeARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartAt
public void setStartAt(Integer startAt)
- Parameters:
startAt-
-
getStartAt
public Integer getStartAt()
- Returns:
-
withStartAt
public DescribeSnapshotScheduleResult withStartAt(Integer startAt)
- Parameters:
startAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRecurrenceInHours
public void setRecurrenceInHours(Integer recurrenceInHours)
- Parameters:
recurrenceInHours-
-
getRecurrenceInHours
public Integer getRecurrenceInHours()
- Returns:
-
withRecurrenceInHours
public DescribeSnapshotScheduleResult withRecurrenceInHours(Integer recurrenceInHours)
- Parameters:
recurrenceInHours-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
public void setDescription(String description)
- Parameters:
description-
-
getDescription
public String getDescription()
- Returns:
-
withDescription
public DescribeSnapshotScheduleResult withDescription(String description)
- Parameters:
description-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimezone
public void setTimezone(String timezone)
- Parameters:
timezone-
-
getTimezone
public String getTimezone()
- Returns:
-
withTimezone
public DescribeSnapshotScheduleResult withTimezone(String timezone)
- Parameters:
timezone-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeSnapshotScheduleResult clone()
-
-