public class UpdateMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements Serializable
UpdateMaintenanceStartTime operation
.
This operation updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone.
NOOP
Constructor and Description |
---|
UpdateMaintenanceStartTimeRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getDayOfWeek()
The maintenance start time day of the week.
|
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
Integer |
getHourOfDay()
The hour component of the maintenance start time represented as
|
Integer |
getMinuteOfHour()
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
int |
hashCode() |
void |
setDayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week.
|
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
|
void |
setMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateMaintenanceStartTimeRequest |
withDayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week.
|
UpdateMaintenanceStartTimeRequest |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
UpdateMaintenanceStartTimeRequest |
withHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as
|
UpdateMaintenanceStartTimeRequest |
withMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 UpdateMaintenanceStartTimeRequest 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
public UpdateMaintenanceStartTimeRequest 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
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 (00 to 59). The minute of the
hour is in the time zone of the gateway.public UpdateMaintenanceStartTimeRequest 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 (00 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
- The maintenance start time day of the week.public UpdateMaintenanceStartTimeRequest withDayOfWeek(Integer dayOfWeek)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 6
dayOfWeek
- The maintenance start time day of the week.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.