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