public class DescribeMaintenanceStartTimeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeMaintenanceStartTimeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getDayOfWeek()
Returns the value of the DayOfWeek property for this object.
|
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
Integer |
getHourOfDay()
Returns the value of the HourOfDay property for this object.
|
Integer |
getMinuteOfHour()
Returns the value of the MinuteOfHour property for this object.
|
String |
getTimezone()
Returns the value of the Timezone property for this object.
|
int |
hashCode() |
void |
setDayOfWeek(Integer dayOfWeek)
Sets the value of the DayOfWeek property for this object.
|
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setHourOfDay(Integer hourOfDay)
Sets the value of the HourOfDay property for this object.
|
void |
setMinuteOfHour(Integer minuteOfHour)
Sets the value of the MinuteOfHour property for this object.
|
void |
setTimezone(String timezone)
Sets the value of the Timezone property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMaintenanceStartTimeResult |
withDayOfWeek(Integer dayOfWeek)
Sets the value of the DayOfWeek property for this object.
|
DescribeMaintenanceStartTimeResult |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeMaintenanceStartTimeResult |
withHourOfDay(Integer hourOfDay)
Sets the value of the HourOfDay property for this object.
|
DescribeMaintenanceStartTimeResult |
withMinuteOfHour(Integer minuteOfHour)
Sets the value of the MinuteOfHour property for this object.
|
DescribeMaintenanceStartTimeResult |
withTimezone(String timezone)
Sets the value of the Timezone property for this object.
|
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 new value for the HourOfDay property for this object.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 new value for the HourOfDay property for this object.public Integer getMinuteOfHour()
Constraints:
Range: 0 - 59
public void setMinuteOfHour(Integer minuteOfHour)
Constraints:
Range: 0 - 59
minuteOfHour
- The new value for the MinuteOfHour property for this object.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 new value for the MinuteOfHour property for this object.public Integer getDayOfWeek()
Constraints:
Range: 0 - 6
public void setDayOfWeek(Integer dayOfWeek)
Constraints:
Range: 0 - 6
dayOfWeek
- The new value for the DayOfWeek property for this object.public DescribeMaintenanceStartTimeResult withDayOfWeek(Integer dayOfWeek)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 6
dayOfWeek
- The new value for the DayOfWeek property for this object.public String getTimezone()
Constraints:
Length: 3 - 10
public void setTimezone(String timezone)
Constraints:
Length: 3 - 10
timezone
- The new value for the Timezone property for this object.public DescribeMaintenanceStartTimeResult withTimezone(String timezone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 10
timezone
- The new value for the Timezone property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.