Container for the parameters to the 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.

C# |
public class UpdateMaintenanceStartTimeRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | UpdateMaintenanceStartTimeRequest()()()() | Initializes a new instance of the UpdateMaintenanceStartTimeRequest class |
![]() | DayOfWeek |
The maintenance start time day of the week.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GatewayARN |
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
region.
Constraints: |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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.
Constraints: |
![]() | 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.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDayOfWeek(Int32) | Obsolete.
Sets the DayOfWeek property
|
![]() | WithGatewayARN(String) | Obsolete.
Sets the GatewayARN property
|
![]() | WithHourOfDay(Int32) | Obsolete.
Sets the HourOfDay property
|
![]() | WithMinuteOfHour(Int32) | Obsolete.
Sets the MinuteOfHour property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | UpdateMaintenanceStartTimeRequest |