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