#[non_exhaustive]pub struct StopMonitoringScheduleInput { /* private fields */ }
Implementations§
source§impl StopMonitoringScheduleInput
impl StopMonitoringScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopMonitoringSchedule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopMonitoringScheduleInput
.
source§impl StopMonitoringScheduleInput
impl StopMonitoringScheduleInput
sourcepub fn monitoring_schedule_name(&self) -> Option<&str>
pub fn monitoring_schedule_name(&self) -> Option<&str>
The name of the schedule to stop.
Trait Implementations§
source§impl Clone for StopMonitoringScheduleInput
impl Clone for StopMonitoringScheduleInput
source§fn clone(&self) -> StopMonitoringScheduleInput
fn clone(&self) -> StopMonitoringScheduleInput
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 StopMonitoringScheduleInput
impl Debug for StopMonitoringScheduleInput
source§impl PartialEq<StopMonitoringScheduleInput> for StopMonitoringScheduleInput
impl PartialEq<StopMonitoringScheduleInput> for StopMonitoringScheduleInput
source§fn eq(&self, other: &StopMonitoringScheduleInput) -> bool
fn eq(&self, other: &StopMonitoringScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.