#[non_exhaustive]pub struct UpdateCallAnalyticsCategoryInput { /* private fields */ }Implementations§
source§impl UpdateCallAnalyticsCategoryInput
impl UpdateCallAnalyticsCategoryInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCallAnalyticsCategory, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCallAnalyticsCategory, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateCallAnalyticsCategory>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateCallAnalyticsCategoryInput.
source§impl UpdateCallAnalyticsCategoryInput
impl UpdateCallAnalyticsCategoryInput
sourcepub fn category_name(&self) -> Option<&str>
pub fn category_name(&self) -> Option<&str>
The name of the Call Analytics category you want to update. Category names are case sensitive.
sourcepub fn rules(&self) -> Option<&[Rule]>
pub fn rules(&self) -> Option<&[Rule]>
The rules used for the updated Call Analytics category. The rules you provide in this field replace the ones that are currently being used in the specified category.
sourcepub fn input_type(&self) -> Option<&InputType>
pub fn input_type(&self) -> Option<&InputType>
Choose whether you want to update a streaming or a batch Call Analytics category. The input type you specify must match the input type specified when the category was created. For example, if you created a category with the POST_CALL input type, you must use POST_CALL as the input type when updating this category.
Trait Implementations§
source§impl Clone for UpdateCallAnalyticsCategoryInput
impl Clone for UpdateCallAnalyticsCategoryInput
source§fn clone(&self) -> UpdateCallAnalyticsCategoryInput
fn clone(&self) -> UpdateCallAnalyticsCategoryInput
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<UpdateCallAnalyticsCategoryInput> for UpdateCallAnalyticsCategoryInput
impl PartialEq<UpdateCallAnalyticsCategoryInput> for UpdateCallAnalyticsCategoryInput
source§fn eq(&self, other: &UpdateCallAnalyticsCategoryInput) -> bool
fn eq(&self, other: &UpdateCallAnalyticsCategoryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.