Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
A JSON object containing the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateMaintenanceStartTimeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateMaintenanceStartTimeRequest.Builder |
builder() |
|
Integer |
dayOfWeek() |
The maintenance start time day of the week represented as an ordinal number from 0 to 6, where 0 represents
Sunday and 6 Saturday.
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
|
int |
hashCode() |
|
Integer |
hourOfDay() |
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to
23).
|
Integer |
minuteOfHour() |
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to
59).
|
static Class<? extends UpdateMaintenanceStartTimeRequest.Builder> |
serializableBuilderClass() |
|
UpdateMaintenanceStartTimeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gatewayARN()
public 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.
public 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.
public Integer dayOfWeek()
The maintenance start time day of the week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 Saturday.
public UpdateMaintenanceStartTimeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateMaintenanceStartTimeRequest.Builder,UpdateMaintenanceStartTimeRequest>
public static UpdateMaintenanceStartTimeRequest.Builder builder()
public static Class<? extends UpdateMaintenanceStartTimeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.