#[non_exhaustive]pub struct ListCallAnalyticsCategoriesInput { /* private fields */ }Implementations§
source§impl ListCallAnalyticsCategoriesInput
impl ListCallAnalyticsCategoriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCallAnalyticsCategories, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCallAnalyticsCategories, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCallAnalyticsCategories>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCallAnalyticsCategoriesInput.
source§impl ListCallAnalyticsCategoriesInput
impl ListCallAnalyticsCategoriesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your ListCallAnalyticsCategories request returns more results than can be displayed, NextToken is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken with the value of the copied string. Repeat as needed to view all your results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of Call Analytics categories to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you don't specify a value, a default of 5 is used.
Trait Implementations§
source§impl Clone for ListCallAnalyticsCategoriesInput
impl Clone for ListCallAnalyticsCategoriesInput
source§fn clone(&self) -> ListCallAnalyticsCategoriesInput
fn clone(&self) -> ListCallAnalyticsCategoriesInput
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<ListCallAnalyticsCategoriesInput> for ListCallAnalyticsCategoriesInput
impl PartialEq<ListCallAnalyticsCategoriesInput> for ListCallAnalyticsCategoriesInput
source§fn eq(&self, other: &ListCallAnalyticsCategoriesInput) -> bool
fn eq(&self, other: &ListCallAnalyticsCategoriesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.