public class UpdateMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
UpdateMaintenanceStartTimeRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDayOfWeek()
The maintenance start time day of the week.
|
java.lang.String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
java.lang.Integer |
getHourOfDay()
The hour component of the maintenance start time represented as
|
java.lang.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(java.lang.Integer dayOfWeek)
The maintenance start time day of the week.
|
void |
setGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as
|
void |
setMinuteOfHour(java.lang.Integer minuteOfHour)
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateMaintenanceStartTimeRequest |
withDayOfWeek(java.lang.Integer dayOfWeek)
The maintenance start time day of the week.
|
UpdateMaintenanceStartTimeRequest |
withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
UpdateMaintenanceStartTimeRequest |
withHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as
|
UpdateMaintenanceStartTimeRequest |
withMinuteOfHour(java.lang.Integer minuteOfHour)
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.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(java.lang.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 java.lang.Integer getHourOfDay()
Constraints:
Range: 0 - 23
public void setHourOfDay(java.lang.Integer hourOfDay)
Constraints:
Range: 0 - 23
hourOfDay - The hour component of the maintenance start time represented as
public UpdateMaintenanceStartTimeRequest withHourOfDay(java.lang.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 java.lang.Integer getMinuteOfHour()
Constraints:
Range: 0 - 59
public void setMinuteOfHour(java.lang.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(java.lang.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 java.lang.Integer getDayOfWeek()
Constraints:
Range: 0 - 6
public void setDayOfWeek(java.lang.Integer dayOfWeek)
Constraints:
Range: 0 - 6
dayOfWeek - The maintenance start time day of the week.public UpdateMaintenanceStartTimeRequest withDayOfWeek(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object