@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSnapshotScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSnapshotScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription() |
Integer |
getRecurrenceInHours() |
Integer |
getStartAt() |
String |
getTimezone() |
String |
getVolumeARN() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setRecurrenceInHours(Integer recurrenceInHours) |
void |
setStartAt(Integer startAt) |
void |
setTimezone(String timezone) |
void |
setVolumeARN(String volumeARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSnapshotScheduleResult |
withDescription(String description) |
DescribeSnapshotScheduleResult |
withRecurrenceInHours(Integer recurrenceInHours) |
DescribeSnapshotScheduleResult |
withStartAt(Integer startAt) |
DescribeSnapshotScheduleResult |
withTimezone(String timezone) |
DescribeSnapshotScheduleResult |
withVolumeARN(String volumeARN) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVolumeARN(String volumeARN)
volumeARN
- public String getVolumeARN()
public DescribeSnapshotScheduleResult withVolumeARN(String volumeARN)
volumeARN
- public void setStartAt(Integer startAt)
startAt
- public Integer getStartAt()
public DescribeSnapshotScheduleResult withStartAt(Integer startAt)
startAt
- public void setRecurrenceInHours(Integer recurrenceInHours)
recurrenceInHours
- public Integer getRecurrenceInHours()
public DescribeSnapshotScheduleResult withRecurrenceInHours(Integer recurrenceInHours)
recurrenceInHours
- public void setDescription(String description)
description
- public String getDescription()
public DescribeSnapshotScheduleResult withDescription(String description)
description
- public void setTimezone(String timezone)
timezone
- public String getTimezone()
public DescribeSnapshotScheduleResult withTimezone(String timezone)
timezone
- public String toString()
toString
in class Object
Object.toString()
public DescribeSnapshotScheduleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.