|
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.DescribeMaintenanceStartTimeResult
public class DescribeMaintenanceStartTimeResult
A JSON object containing the following fields:
Constructor Summary | |
---|---|
DescribeMaintenanceStartTimeResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getDayOfWeek()
An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
Integer |
getHourOfDay()
The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). |
Integer |
getMinuteOfHour()
The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). |
String |
getTimezone()
One of the GatewayTimezone values that indicates the time zone that is set for the gateway. |
int |
hashCode()
|
void |
setDayOfWeek(Integer dayOfWeek)
An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
void |
setHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). |
void |
setMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). |
void |
setTimezone(GatewayTimezone timezone)
One of the GatewayTimezone values that indicates the time zone that is set for the gateway. |
void |
setTimezone(String timezone)
One of the GatewayTimezone values that indicates the time zone that is set for the gateway. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeMaintenanceStartTimeResult |
withDayOfWeek(Integer dayOfWeek)
An ordinal number between 0 and 6 that represents the day of the week, where 0 represents Sunday and 6 represents Saturday. |
DescribeMaintenanceStartTimeResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
DescribeMaintenanceStartTimeResult |
withHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (0 to 23). |
DescribeMaintenanceStartTimeResult |
withMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (0 to 59). |
DescribeMaintenanceStartTimeResult |
withTimezone(GatewayTimezone timezone)
One of the GatewayTimezone values that indicates the time zone that is set for the gateway. |
DescribeMaintenanceStartTimeResult |
withTimezone(String timezone)
One of the GatewayTimezone values that indicates the time zone that is set for the gateway. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeMaintenanceStartTimeResult()
Method Detail |
---|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeMaintenanceStartTimeResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public Integer getHourOfDay()
Constraints:
Range: 0 - 23
public void setHourOfDay(Integer hourOfDay)
Constraints:
Range: 0 - 23
hourOfDay
- The hour component of the maintenance start time 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 DescribeMaintenanceStartTimeResult withHourOfDay(Integer hourOfDay)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 23
hourOfDay
- The hour component of the maintenance start time 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 getMinuteOfHour()
Constraints:
Range: 0 - 59
public void setMinuteOfHour(Integer minuteOfHour)
Constraints:
Range: 0 - 59
minuteOfHour
- The minute component of the maintenance start time represented as
mm, where mm is the minute (0 to 59). The minute of the
hour is in the time zone of the gateway.public DescribeMaintenanceStartTimeResult withMinuteOfHour(Integer minuteOfHour)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 59
minuteOfHour
- The minute component of the maintenance start time represented as
mm, where mm is the minute (0 to 59). The minute of the
hour is in the time zone of the gateway.
public Integer getDayOfWeek()
Constraints:
Range: 0 - 6
public void setDayOfWeek(Integer dayOfWeek)
Constraints:
Range: 0 - 6
dayOfWeek
- An ordinal number between 0 and 6 that represents the day of the week,
where 0 represents Sunday and 6 represents Saturday. The day of week
is in the time zone of the gateway.public DescribeMaintenanceStartTimeResult withDayOfWeek(Integer dayOfWeek)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 6
dayOfWeek
- An ordinal number between 0 and 6 that represents the day of the week,
where 0 represents Sunday and 6 represents Saturday. The day of week
is in the time zone of the gateway.
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
that is set for the gateway. The start time and day of week specified
should be in the time zone of the gateway.GatewayTimezone
public DescribeMaintenanceStartTimeResult 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
that is set for the gateway. The start time and day of week specified
should be in 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
that is set for the gateway. The start time and day of week specified
should be in the time zone of the gateway.GatewayTimezone
public DescribeMaintenanceStartTimeResult 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
that is set for the gateway. The start time and day of week specified
should be in 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 |