Class DescribeSnapshotScheduleResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetDescription(String description) voidsetRecurrenceInHours(Integer recurrenceInHours) voidsetStartAt(Integer startAt) voidsetTimezone(String timezone) voidsetVolumeARN(String volumeARN) toString()Returns a string representation of this object; useful for testing and debugging.withDescription(String description) withRecurrenceInHours(Integer recurrenceInHours) withStartAt(Integer startAt) withTimezone(String timezone) withVolumeARN(String volumeARN)
-
Constructor Details
-
DescribeSnapshotScheduleResult
public DescribeSnapshotScheduleResult()
-
-
Method Details
-
setVolumeARN
- Parameters:
volumeARN-
-
getVolumeARN
- Returns:
-
withVolumeARN
- Parameters:
volumeARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartAt
- Parameters:
startAt-
-
getStartAt
- Returns:
-
withStartAt
- Parameters:
startAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRecurrenceInHours
- Parameters:
recurrenceInHours-
-
getRecurrenceInHours
- Returns:
-
withRecurrenceInHours
- Parameters:
recurrenceInHours-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
- Parameters:
description-
-
getDescription
- Returns:
-
withDescription
- Parameters:
description-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimezone
- Parameters:
timezone-
-
getTimezone
- Returns:
-
withTimezone
- Parameters:
timezone-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-