|
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(Object obj)
|
String |
getDescription()
The snapshot description. |
Integer |
getRecurrenceInHours()
The number of hours between snapshots. |
Integer |
getStartAt()
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). |
String |
getTimezone()
One of the GatewayTimezone values that indicates the time zone of the gateway. |
String |
getVolumeARN()
The Amazon Resource Name (ARN) of the volume that was specified in the request. |
int |
hashCode()
|
void |
setDescription(String description)
The snapshot description. |
void |
setRecurrenceInHours(Integer recurrenceInHours)
The number of hours between snapshots. |
void |
setStartAt(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(String timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
void |
setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was specified in the request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSnapshotScheduleResult |
withDescription(String description)
The snapshot description. |
DescribeSnapshotScheduleResult |
withRecurrenceInHours(Integer recurrenceInHours)
The number of hours between snapshots. |
DescribeSnapshotScheduleResult |
withStartAt(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(String timezone)
One of the GatewayTimezone values that indicates the time zone of the gateway. |
DescribeSnapshotScheduleResult |
withVolumeARN(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 String getVolumeARN()
Constraints:
Length: 50 - 500
public void setVolumeARN(String volumeARN)
Constraints:
Length: 50 - 500
volumeARN
- The Amazon Resource Name (ARN) of the volume that was specified in the
request.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 Amazon Resource Name (ARN) of the volume that was specified in the
request.
public Integer getStartAt()
Constraints:
Range: 0 - 23
public void setStartAt(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(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 Integer getRecurrenceInHours()
Constraints:
Range: 1 - 24
public void setRecurrenceInHours(Integer recurrenceInHours)
Constraints:
Range: 1 - 24
recurrenceInHours
- The number of hours between snapshots.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 number of hours between snapshots.
public String getDescription()
Constraints:
Length: 1 - 255
public void setDescription(String description)
Constraints:
Length: 1 - 255
description
- The snapshot description.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 snapshot description.
public 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(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(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |