Struct aws_sdk_sagemaker::operation::start_monitoring_schedule::StartMonitoringScheduleInput
source · #[non_exhaustive]pub struct StartMonitoringScheduleInput { /* private fields */ }
Implementations§
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub fn monitoring_schedule_name(&self) -> Option<&str>
pub fn monitoring_schedule_name(&self) -> Option<&str>
The name of the schedule to start.
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub fn builder() -> StartMonitoringScheduleInputBuilder
pub fn builder() -> StartMonitoringScheduleInputBuilder
Creates a new builder-style object to manufacture StartMonitoringScheduleInput
.
source§impl StartMonitoringScheduleInput
impl StartMonitoringScheduleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StartMonitoringSchedule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartMonitoringSchedule
>
Trait Implementations§
source§impl Clone for StartMonitoringScheduleInput
impl Clone for StartMonitoringScheduleInput
source§fn clone(&self) -> StartMonitoringScheduleInput
fn clone(&self) -> StartMonitoringScheduleInput
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 StartMonitoringScheduleInput
impl Debug for StartMonitoringScheduleInput
source§impl PartialEq<StartMonitoringScheduleInput> for StartMonitoringScheduleInput
impl PartialEq<StartMonitoringScheduleInput> for StartMonitoringScheduleInput
source§fn eq(&self, other: &StartMonitoringScheduleInput) -> bool
fn eq(&self, other: &StartMonitoringScheduleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartMonitoringScheduleInput
Auto Trait Implementations§
impl RefUnwindSafe for StartMonitoringScheduleInput
impl Send for StartMonitoringScheduleInput
impl Sync for StartMonitoringScheduleInput
impl Unpin for StartMonitoringScheduleInput
impl UnwindSafe for StartMonitoringScheduleInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more