@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutMaintenanceStartTimeRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutMaintenanceStartTimeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDayOfMonth()
The day of the month start maintenance on a gateway.
|
Integer |
getDayOfWeek()
The day of the week to start maintenance on a gateway.
|
String |
getGatewayArn()
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
|
Integer |
getHourOfDay()
The hour of the day to start maintenance on a gateway.
|
Integer |
getMinuteOfHour()
The minute of the hour to start maintenance on a gateway.
|
int |
hashCode() |
void |
setDayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
|
void |
setDayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
|
void |
setGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
|
void |
setHourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
|
void |
setMinuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
|
String |
toString()
Returns a string representation of this object.
|
PutMaintenanceStartTimeRequest |
withDayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest |
withDayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest |
withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
|
PutMaintenanceStartTimeRequest |
withHourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
|
PutMaintenanceStartTimeRequest |
withMinuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
dayOfMonth - The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
public Integer getDayOfMonth()
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
Valid values range from Sunday to Saturday.
public PutMaintenanceStartTimeRequest withDayOfMonth(Integer dayOfMonth)
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
dayOfMonth - The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
public void setDayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
dayOfWeek - The day of the week to start maintenance on a gateway.public Integer getDayOfWeek()
The day of the week to start maintenance on a gateway.
public PutMaintenanceStartTimeRequest withDayOfWeek(Integer dayOfWeek)
The day of the week to start maintenance on a gateway.
dayOfWeek - The day of the week to start maintenance on a gateway.public void setGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
gatewayArn - The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.public String getGatewayArn()
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
public PutMaintenanceStartTimeRequest withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
gatewayArn - The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.public void setHourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
hourOfDay - The hour of the day to start maintenance on a gateway.public Integer getHourOfDay()
The hour of the day to start maintenance on a gateway.
public PutMaintenanceStartTimeRequest withHourOfDay(Integer hourOfDay)
The hour of the day to start maintenance on a gateway.
hourOfDay - The hour of the day to start maintenance on a gateway.public void setMinuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
minuteOfHour - The minute of the hour to start maintenance on a gateway.public Integer getMinuteOfHour()
The minute of the hour to start maintenance on a gateway.
public PutMaintenanceStartTimeRequest withMinuteOfHour(Integer minuteOfHour)
The minute of the hour to start maintenance on a gateway.
minuteOfHour - The minute of the hour to start maintenance on a gateway.public String toString()
toString in class ObjectObject.toString()public PutMaintenanceStartTimeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()