Struct aws_sdk_transcribe::operation::delete_call_analytics_job::builders::DeleteCallAnalyticsJobFluentBuilder
source · pub struct DeleteCallAnalyticsJobFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteCallAnalyticsJob.
Deletes a Call Analytics job. To use this operation, specify the name of the job you want to delete using CallAnalyticsJobName. Job names are case sensitive.
Implementations§
source§impl DeleteCallAnalyticsJobFluentBuilder
impl DeleteCallAnalyticsJobFluentBuilder
sourcepub fn as_input(&self) -> &DeleteCallAnalyticsJobInputBuilder
pub fn as_input(&self) -> &DeleteCallAnalyticsJobInputBuilder
Access the DeleteCallAnalyticsJob as a reference.
sourcepub async fn send(
self
) -> Result<DeleteCallAnalyticsJobOutput, SdkError<DeleteCallAnalyticsJobError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteCallAnalyticsJobOutput, SdkError<DeleteCallAnalyticsJobError, 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<DeleteCallAnalyticsJobOutput, DeleteCallAnalyticsJobError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteCallAnalyticsJobOutput, DeleteCallAnalyticsJobError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
pub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
The name of the Call Analytics job you want to delete. Job names are case sensitive.
sourcepub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
pub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
The name of the Call Analytics job you want to delete. Job names are case sensitive.
sourcepub fn get_call_analytics_job_name(&self) -> &Option<String>
pub fn get_call_analytics_job_name(&self) -> &Option<String>
The name of the Call Analytics job you want to delete. Job names are case sensitive.
Trait Implementations§
source§impl Clone for DeleteCallAnalyticsJobFluentBuilder
impl Clone for DeleteCallAnalyticsJobFluentBuilder
source§fn clone(&self) -> DeleteCallAnalyticsJobFluentBuilder
fn clone(&self) -> DeleteCallAnalyticsJobFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more