public class DescribeSnapshotScheduleResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSnapshotScheduleResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns the value of the Description property for this object.
|
Integer |
getRecurrenceInHours()
Returns the value of the RecurrenceInHours property for this object.
|
Integer |
getStartAt()
Returns the value of the StartAt property for this object.
|
String |
getTimezone()
Returns the value of the Timezone property for this object.
|
String |
getVolumeARN()
Returns the value of the VolumeARN property for this object.
|
int |
hashCode() |
void |
setDescription(String description)
Sets the value of the Description property for this object.
|
void |
setRecurrenceInHours(Integer recurrenceInHours)
Sets the value of the RecurrenceInHours property for this object.
|
void |
setStartAt(Integer startAt)
Sets the value of the StartAt property for this object.
|
void |
setTimezone(String timezone)
Sets the value of the Timezone property for this object.
|
void |
setVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotScheduleResult |
withDescription(String description)
Sets the value of the Description property for this object.
|
DescribeSnapshotScheduleResult |
withRecurrenceInHours(Integer recurrenceInHours)
Sets the value of the RecurrenceInHours property for this object.
|
DescribeSnapshotScheduleResult |
withStartAt(Integer startAt)
Sets the value of the StartAt property for this object.
|
DescribeSnapshotScheduleResult |
withTimezone(String timezone)
Sets the value of the Timezone property for this object.
|
DescribeSnapshotScheduleResult |
withVolumeARN(String volumeARN)
Sets the value of the VolumeARN property for this object.
|
public String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The new value for the VolumeARN property for this object.public DescribeSnapshotScheduleResult withVolumeARN(String volumeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
volumeARN
- The new value for the VolumeARN property for this object.public Integer getStartAt()
Constraints:
Range: 0 - 23
public void setStartAt(Integer startAt)
Constraints:
Range: 0 - 23
startAt
- The new value for the StartAt property for this object.public DescribeSnapshotScheduleResult withStartAt(Integer startAt)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 23
startAt
- The new value for the StartAt property for this object.public Integer getRecurrenceInHours()
Constraints:
Range: 1 - 24
public void setRecurrenceInHours(Integer recurrenceInHours)
Constraints:
Range: 1 - 24
recurrenceInHours
- The new value for the RecurrenceInHours property for this object.public DescribeSnapshotScheduleResult withRecurrenceInHours(Integer recurrenceInHours)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 24
recurrenceInHours
- The new value for the RecurrenceInHours property for this object.public String getDescription()
Constraints:
Length: 1 - 255
public void setDescription(String description)
Constraints:
Length: 1 - 255
description
- The new value for the Description property for this object.public DescribeSnapshotScheduleResult withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
description
- The new value for the Description property for this object.public String getTimezone()
Constraints:
Length: 3 - 10
public void setTimezone(String timezone)
Constraints:
Length: 3 - 10
timezone
- The new value for the Timezone property for this object.public DescribeSnapshotScheduleResult withTimezone(String timezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 10
timezone
- The new value for the Timezone property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.