|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleResult
public class DescribeSnapshotScheduleResult
A JSON object containing the following fields:
Constructor Summary | |
---|---|
DescribeSnapshotScheduleResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
The snapshot description. |
java.lang.Integer |
getRecurrenceInHours()
The number of hours between snapshots. |
java.lang.Integer |
getStartAt()
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). |
java.lang.String |
getTimezone()
One of the GatewayTimezone values that indicates the time zone of the gateway. |
java.lang.String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume that was specified in the request. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
The snapshot description. |
void |
setRecurrenceInHours(java.lang.Integer recurrenceInHours)
The number of hours between snapshots. |
void |
setStartAt(java.lang.Integer startAt)
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). |
void |
setTimezone(GatewayTimezone timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
void |
setTimezone(java.lang.String timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
void |
setVolumeARN(java.lang.String volumeARN)
The Amazon Resource Name (ARN) of the volume that was specified in the request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSnapshotScheduleResult |
withDescription(java.lang.String description)
The snapshot description. |
DescribeSnapshotScheduleResult |
withRecurrenceInHours(java.lang.Integer recurrenceInHours)
The number of hours between snapshots. |
DescribeSnapshotScheduleResult |
withStartAt(java.lang.Integer startAt)
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). |
DescribeSnapshotScheduleResult |
withTimezone(GatewayTimezone timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
DescribeSnapshotScheduleResult |
withTimezone(java.lang.String timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
DescribeSnapshotScheduleResult |
withVolumeARN(java.lang.String volumeARN)
The Amazon Resource Name (ARN) of the volume that was specified in the request. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSnapshotScheduleResult()
Method Detail |
---|
public java.lang.String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(java.lang.String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The Amazon Resource Name (ARN) of the volume that was specified in the
request.public DescribeSnapshotScheduleResult withVolumeARN(java.lang.String volumeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
volumeARN
- The Amazon Resource Name (ARN) of the volume that was specified in the
request.
public java.lang.Integer getStartAt()
Constraints:
Range: 0 - 23
public void setStartAt(java.lang.Integer startAt)
Constraints:
Range: 0 - 23
startAt
- The hour of the day at which the snapshot schedule begins represented
as hh, where hh is the hour (0 to 23). The hour of the
day is in the time zone of the gateway.public DescribeSnapshotScheduleResult withStartAt(java.lang.Integer startAt)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 23
startAt
- The hour of the day at which the snapshot schedule begins represented
as hh, where hh is the hour (0 to 23). The hour of the
day is in the time zone of the gateway.
public java.lang.Integer getRecurrenceInHours()
Constraints:
Range: 1 - 24
public void setRecurrenceInHours(java.lang.Integer recurrenceInHours)
Constraints:
Range: 1 - 24
recurrenceInHours
- The number of hours between snapshots.public DescribeSnapshotScheduleResult withRecurrenceInHours(java.lang.Integer recurrenceInHours)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 24
recurrenceInHours
- The number of hours between snapshots.
public java.lang.String getDescription()
Constraints:
Length: 1 - 255
public void setDescription(java.lang.String description)
Constraints:
Length: 1 - 255
description
- The snapshot description.public DescribeSnapshotScheduleResult withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
description
- The snapshot description.
public java.lang.String getTimezone()
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
GatewayTimezone
public void setTimezone(java.lang.String timezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
timezone
- One of the GatewayTimezone values that indicates the time zone
of the gateway.GatewayTimezone
public DescribeSnapshotScheduleResult withTimezone(java.lang.String timezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
timezone
- One of the GatewayTimezone values that indicates the time zone
of the gateway.
GatewayTimezone
public void setTimezone(GatewayTimezone timezone)
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
timezone
- One of the GatewayTimezone values that indicates the time zone
of the gateway.GatewayTimezone
public DescribeSnapshotScheduleResult withTimezone(GatewayTimezone timezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: GMT-12:00, GMT-11:00, GMT-10:00, GMT-9:00, GMT-8:00, GMT-7:00, GMT-6:00, GMT-5:00, GMT-4:00, GMT-3:30, GMT-3:00, GMT-2:00, GMT-1:00, GMT, GMT+1:00, GMT+2:00, GMT+3:00, GMT+3:30, GMT+4:00, GMT+4:30, GMT+5:00, GMT+5:30, GMT+5:45, GMT+6:00, GMT+7:00, GMT+8:00, GMT+9:00, GMT+9:30, GMT+10:00, GMT+11:00, GMT+12:00
timezone
- One of the GatewayTimezone values that indicates the time zone
of the gateway.
GatewayTimezone
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |