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()
boolean
int
hashCode()
void
setDescription
(String description) void
setRecurrenceInHours
(Integer recurrenceInHours) void
setStartAt
(Integer startAt) void
setTimezone
(String timezone) void
setVolumeARN
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-