1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetCallAnalyticsCategory`](crate::operation::get_call_analytics_category::builders::GetCallAnalyticsCategoryFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`category_name(impl Into<String>)`](crate::operation::get_call_analytics_category::builders::GetCallAnalyticsCategoryFluentBuilder::category_name) / [`set_category_name(Option<String>)`](crate::operation::get_call_analytics_category::builders::GetCallAnalyticsCategoryFluentBuilder::set_category_name):<br>required: **true**<br><p>The name of the Call Analytics category you want information about. Category names are case sensitive.</p><br>
    /// - On success, responds with [`GetCallAnalyticsCategoryOutput`](crate::operation::get_call_analytics_category::GetCallAnalyticsCategoryOutput) with field(s):
    ///   - [`category_properties(Option<CategoryProperties>)`](crate::operation::get_call_analytics_category::GetCallAnalyticsCategoryOutput::category_properties): <p>Provides you with the properties of the Call Analytics category you specified in your <code>GetCallAnalyticsCategory</code> request.</p>
    /// - On failure, responds with [`SdkError<GetCallAnalyticsCategoryError>`](crate::operation::get_call_analytics_category::GetCallAnalyticsCategoryError)
    pub fn get_call_analytics_category(&self) -> crate::operation::get_call_analytics_category::builders::GetCallAnalyticsCategoryFluentBuilder {
        crate::operation::get_call_analytics_category::builders::GetCallAnalyticsCategoryFluentBuilder::new(self.handle.clone())
    }
}