#[non_exhaustive]pub struct PutMaintenanceStartTimeInput { /* private fields */ }
Implementations§
source§impl PutMaintenanceStartTimeInput
impl PutMaintenanceStartTimeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMaintenanceStartTime, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutMaintenanceStartTime, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutMaintenanceStartTime
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutMaintenanceStartTimeInput
.
source§impl PutMaintenanceStartTimeInput
impl PutMaintenanceStartTimeInput
sourcepub fn gateway_arn(&self) -> Option<&str>
pub fn gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
sourcepub fn hour_of_day(&self) -> Option<i32>
pub fn hour_of_day(&self) -> Option<i32>
The hour of the day to start maintenance on a gateway.
sourcepub fn minute_of_hour(&self) -> Option<i32>
pub fn minute_of_hour(&self) -> Option<i32>
The minute of the hour to start maintenance on a gateway.
sourcepub fn day_of_week(&self) -> Option<i32>
pub fn day_of_week(&self) -> Option<i32>
The day of the week to start maintenance on a gateway.
sourcepub fn day_of_month(&self) -> Option<i32>
pub fn day_of_month(&self) -> Option<i32>
The day of the month start maintenance on a gateway.
Valid values range from Sunday
to Saturday
.
Trait Implementations§
source§impl Clone for PutMaintenanceStartTimeInput
impl Clone for PutMaintenanceStartTimeInput
source§fn clone(&self) -> PutMaintenanceStartTimeInput
fn clone(&self) -> PutMaintenanceStartTimeInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PutMaintenanceStartTimeInput
impl Debug for PutMaintenanceStartTimeInput
source§impl PartialEq<PutMaintenanceStartTimeInput> for PutMaintenanceStartTimeInput
impl PartialEq<PutMaintenanceStartTimeInput> for PutMaintenanceStartTimeInput
source§fn eq(&self, other: &PutMaintenanceStartTimeInput) -> bool
fn eq(&self, other: &PutMaintenanceStartTimeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.