Struct aws_sdk_sagemaker::operation::stop_monitoring_schedule::builders::StopMonitoringScheduleInputBuilder
source · #[non_exhaustive]pub struct StopMonitoringScheduleInputBuilder { /* private fields */ }
Expand description
A builder for StopMonitoringScheduleInput
.
Implementations§
source§impl StopMonitoringScheduleInputBuilder
impl StopMonitoringScheduleInputBuilder
sourcepub fn monitoring_schedule_name(self, input: impl Into<String>) -> Self
pub fn monitoring_schedule_name(self, input: impl Into<String>) -> Self
The name of the schedule to stop.
sourcepub fn set_monitoring_schedule_name(self, input: Option<String>) -> Self
pub fn set_monitoring_schedule_name(self, input: Option<String>) -> Self
The name of the schedule to stop.
sourcepub fn build(self) -> Result<StopMonitoringScheduleInput, BuildError>
pub fn build(self) -> Result<StopMonitoringScheduleInput, BuildError>
Consumes the builder and constructs a StopMonitoringScheduleInput
.
Trait Implementations§
source§impl Clone for StopMonitoringScheduleInputBuilder
impl Clone for StopMonitoringScheduleInputBuilder
source§fn clone(&self) -> StopMonitoringScheduleInputBuilder
fn clone(&self) -> StopMonitoringScheduleInputBuilder
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 Default for StopMonitoringScheduleInputBuilder
impl Default for StopMonitoringScheduleInputBuilder
source§fn default() -> StopMonitoringScheduleInputBuilder
fn default() -> StopMonitoringScheduleInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopMonitoringScheduleInputBuilder> for StopMonitoringScheduleInputBuilder
impl PartialEq<StopMonitoringScheduleInputBuilder> for StopMonitoringScheduleInputBuilder
source§fn eq(&self, other: &StopMonitoringScheduleInputBuilder) -> bool
fn eq(&self, other: &StopMonitoringScheduleInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.