@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMaintenanceStartTimeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object containing the following fields:
NOOP
Constructor and Description |
---|
UpdateMaintenanceStartTimeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceStartTimeRequest |
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 component of the maintenance start time represented as an ordinal number from 1 to 28, where
1 represents the first day of the month.
|
Integer |
getDayOfWeek()
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6,
where 0 represents Sunday and 6 represents Saturday.
|
String |
getGatewayARN() |
Integer |
getHourOfDay()
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to
23).
|
Integer |
getMinuteOfHour()
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to
59).
|
SoftwareUpdatePreferences |
getSoftwareUpdatePreferences()
A set of variables indicating the software update preferences for the gateway.
|
int |
hashCode() |
void |
setDayOfMonth(Integer dayOfMonth)
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where
1 represents the first day of the month.
|
void |
setDayOfWeek(Integer dayOfWeek)
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6,
where 0 represents Sunday and 6 represents Saturday.
|
void |
setGatewayARN(String gatewayARN) |
void |
setHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to
23).
|
void |
setMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to
59).
|
void |
setSoftwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)
A set of variables indicating the software update preferences for the gateway.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMaintenanceStartTimeRequest |
withDayOfMonth(Integer dayOfMonth)
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where
1 represents the first day of the month.
|
UpdateMaintenanceStartTimeRequest |
withDayOfWeek(Integer dayOfWeek)
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6,
where 0 represents Sunday and 6 represents Saturday.
|
UpdateMaintenanceStartTimeRequest |
withGatewayARN(String gatewayARN) |
UpdateMaintenanceStartTimeRequest |
withHourOfDay(Integer hourOfDay)
The hour component of the maintenance start time represented as hh, where hh is the hour (00 to
23).
|
UpdateMaintenanceStartTimeRequest |
withMinuteOfHour(Integer minuteOfHour)
The minute component of the maintenance start time represented as mm, where mm is the minute (00 to
59).
|
UpdateMaintenanceStartTimeRequest |
withSoftwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)
A set of variables indicating the software update preferences for the 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, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public UpdateMaintenanceStartTimeRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setHourOfDay(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 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(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(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 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(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(Integer dayOfWeek)
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
dayOfWeek
- The day of the week component of the maintenance start time week represented as an ordinal number from 0
to 6, where 0 represents Sunday and 6 represents Saturday.public Integer getDayOfWeek()
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
public UpdateMaintenanceStartTimeRequest withDayOfWeek(Integer dayOfWeek)
The day of the week component of the maintenance start time week represented as an ordinal number from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
dayOfWeek
- The day of the week component of the maintenance start time week represented as an ordinal number from 0
to 6, where 0 represents Sunday and 6 represents Saturday.public void setDayOfMonth(Integer dayOfMonth)
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month. It is not possible to set the maintenance schedule to start on days 29 through 31.
dayOfMonth
- The day of the month component of the maintenance start time represented as an ordinal number from 1 to
28, where 1 represents the first day of the month. It is not possible to set the maintenance schedule to
start on days 29 through 31.public Integer getDayOfMonth()
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month. It is not possible to set the maintenance schedule to start on days 29 through 31.
public UpdateMaintenanceStartTimeRequest withDayOfMonth(Integer dayOfMonth)
The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month. It is not possible to set the maintenance schedule to start on days 29 through 31.
dayOfMonth
- The day of the month component of the maintenance start time represented as an ordinal number from 1 to
28, where 1 represents the first day of the month. It is not possible to set the maintenance schedule to
start on days 29 through 31.public void setSoftwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)
A set of variables indicating the software update preferences for the gateway.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
softwareUpdatePreferences
- A set of variables indicating the software update preferences for the gateway.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
public SoftwareUpdatePreferences getSoftwareUpdatePreferences()
A set of variables indicating the software update preferences for the gateway.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
public UpdateMaintenanceStartTimeRequest withSoftwareUpdatePreferences(SoftwareUpdatePreferences softwareUpdatePreferences)
A set of variables indicating the software update preferences for the gateway.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
softwareUpdatePreferences
- A set of variables indicating the software update preferences for the gateway.
Includes AutomaticUpdatePolicy
field with the following inputs:
ALL_VERSIONS
- Enables regular gateway maintenance updates.
EMERGENCY_VERSIONS_ONLY
- Disables regular gateway maintenance updates.
public String toString()
toString
in class Object
Object.toString()
public UpdateMaintenanceStartTimeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()