public class UpdateMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A JSON object containing the following fields:
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
dayOfWeek
The maintenance start time day of the week.
|
private java.lang.String |
gatewayARN |
private java.lang.Integer |
hourOfDay
The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23).
|
private java.lang.Integer |
minuteOfHour
The minute component of the maintenance start time represented as
mm, where mm is the minute (00 to 59).
|
NOOP
Constructor and Description |
---|
UpdateMaintenanceStartTimeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceStartTimeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDayOfWeek()
The maintenance start time day of the week.
|
java.lang.String |
getGatewayARN() |
java.lang.Integer |
getHourOfDay()
The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23).
|
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) |
void |
setHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23).
|
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) |
UpdateMaintenanceStartTimeRequest |
withHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23).
|
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).
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String gatewayARN
private java.lang.Integer hourOfDay
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
private java.lang.Integer 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.
private java.lang.Integer dayOfWeek
The maintenance start time day of the week.
public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public UpdateMaintenanceStartTimeRequest withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public void setHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
hourOfDay
- The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23). The hour of the
day is in the time zone of the gateway.public java.lang.Integer getHourOfDay()
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
public UpdateMaintenanceStartTimeRequest withHourOfDay(java.lang.Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.
hourOfDay
- The hour component of the maintenance start time represented as
hh, where hh is the hour (00 to 23). The hour of the
day is in the time zone of the gateway.public 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). The minute of the hour is in the time zone of the gateway.
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 getMinuteOfHour()
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)
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.
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 void setDayOfWeek(java.lang.Integer dayOfWeek)
The maintenance start time day of the week.
dayOfWeek
- The maintenance start time day of the week.public java.lang.Integer getDayOfWeek()
The maintenance start time day of the week.
public UpdateMaintenanceStartTimeRequest withDayOfWeek(java.lang.Integer dayOfWeek)
The maintenance start time day of the week.
dayOfWeek
- The maintenance start time day of the week.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateMaintenanceStartTimeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()