public class DescribeSnapshotScheduleResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description |
private java.lang.Integer |
recurrenceInHours |
private java.lang.Integer |
startAt |
private java.lang.String |
timezone |
private java.lang.String |
volumeARN |
Constructor and Description |
---|
DescribeSnapshotScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotScheduleResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
java.lang.Integer |
getRecurrenceInHours() |
java.lang.Integer |
getStartAt() |
java.lang.String |
getTimezone() |
java.lang.String |
getVolumeARN() |
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setRecurrenceInHours(java.lang.Integer recurrenceInHours) |
void |
setStartAt(java.lang.Integer startAt) |
void |
setTimezone(java.lang.String timezone) |
void |
setVolumeARN(java.lang.String volumeARN) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotScheduleResult |
withDescription(java.lang.String description) |
DescribeSnapshotScheduleResult |
withRecurrenceInHours(java.lang.Integer recurrenceInHours) |
DescribeSnapshotScheduleResult |
withStartAt(java.lang.Integer startAt) |
DescribeSnapshotScheduleResult |
withTimezone(java.lang.String timezone) |
DescribeSnapshotScheduleResult |
withVolumeARN(java.lang.String volumeARN) |
private java.lang.String volumeARN
private java.lang.Integer startAt
private java.lang.Integer recurrenceInHours
private java.lang.String description
private java.lang.String timezone
public void setVolumeARN(java.lang.String volumeARN)
volumeARN
- public java.lang.String getVolumeARN()
public DescribeSnapshotScheduleResult withVolumeARN(java.lang.String volumeARN)
volumeARN
- public void setStartAt(java.lang.Integer startAt)
startAt
- public java.lang.Integer getStartAt()
public DescribeSnapshotScheduleResult withStartAt(java.lang.Integer startAt)
startAt
- public void setRecurrenceInHours(java.lang.Integer recurrenceInHours)
recurrenceInHours
- public java.lang.Integer getRecurrenceInHours()
public DescribeSnapshotScheduleResult withRecurrenceInHours(java.lang.Integer recurrenceInHours)
recurrenceInHours
- public void setDescription(java.lang.String description)
description
- public java.lang.String getDescription()
public DescribeSnapshotScheduleResult withDescription(java.lang.String description)
description
- public void setTimezone(java.lang.String timezone)
timezone
- public java.lang.String getTimezone()
public DescribeSnapshotScheduleResult withTimezone(java.lang.String timezone)
timezone
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeSnapshotScheduleResult clone()
clone
in class java.lang.Object