Struct aws_sdk_sagemaker::operation::delete_monitoring_schedule::builders::DeleteMonitoringScheduleFluentBuilder
source · pub struct DeleteMonitoringScheduleFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteMonitoringSchedule
.
Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.
Implementations§
source§impl DeleteMonitoringScheduleFluentBuilder
impl DeleteMonitoringScheduleFluentBuilder
sourcepub fn as_input(&self) -> &DeleteMonitoringScheduleInputBuilder
pub fn as_input(&self) -> &DeleteMonitoringScheduleInputBuilder
Access the DeleteMonitoringSchedule as a reference.
sourcepub async fn send(
self
) -> Result<DeleteMonitoringScheduleOutput, SdkError<DeleteMonitoringScheduleError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteMonitoringScheduleOutput, SdkError<DeleteMonitoringScheduleError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteMonitoringScheduleOutput, DeleteMonitoringScheduleError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteMonitoringScheduleOutput, DeleteMonitoringScheduleError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 monitoring schedule to delete.
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 monitoring schedule to delete.
sourcepub fn get_monitoring_schedule_name(&self) -> &Option<String>
pub fn get_monitoring_schedule_name(&self) -> &Option<String>
The name of the monitoring schedule to delete.
Trait Implementations§
source§impl Clone for DeleteMonitoringScheduleFluentBuilder
impl Clone for DeleteMonitoringScheduleFluentBuilder
source§fn clone(&self) -> DeleteMonitoringScheduleFluentBuilder
fn clone(&self) -> DeleteMonitoringScheduleFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more