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