aws-sdk-pinpointsmsvoicev2 1.124.0

AWS SDK for Amazon Pinpoint SMS Voice V2
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeRcsAgentCountryLaunchStatus`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder) operation.
    /// This operation supports pagination; See [`into_paginator()`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::into_paginator).
    ///
    /// - The fluent builder is configurable:
    ///   - [`rcs_agent_id(impl Into<String>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::rcs_agent_id) / [`set_rcs_agent_id(Option<String>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::set_rcs_agent_id):<br>required: **true**<br><p>The unique identifier of the RCS agent. You can use either the RcsAgentId or RcsAgentArn.</p><br>
    ///   - [`iso_country_codes(impl Into<String>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::iso_country_codes) / [`set_iso_country_codes(Option<Vec::<String>>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::set_iso_country_codes):<br>required: **false**<br><p>An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, to filter the results.</p><br>
    ///   - [`filters(CountryLaunchStatusFilter)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::filters) / [`set_filters(Option<Vec::<CountryLaunchStatusFilter>>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::set_filters):<br>required: **false**<br><p>An array of CountryLaunchStatusFilter objects to filter the results.</p><br>
    ///   - [`max_results(i32)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return per each request.</p><br>
    ///   - [`next_token(impl Into<String>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::set_next_token):<br>required: **false**<br><p>The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.</p><br>
    /// - On success, responds with [`DescribeRcsAgentCountryLaunchStatusOutput`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusOutput) with field(s):
    ///   - [`rcs_agent_id(String)`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusOutput::rcs_agent_id): <p>The unique identifier for the RCS agent.</p>
    ///   - [`rcs_agent_arn(String)`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusOutput::rcs_agent_arn): <p>The Amazon Resource Name (ARN) of the RCS agent.</p>
    ///   - [`country_launch_status(Option<Vec::<CountryLaunchStatusInformation>>)`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusOutput::country_launch_status): <p>An array of CountryLaunchStatusInformation objects that contain the per-country launch status details.</p>
    ///   - [`next_token(Option<String>)`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusOutput::next_token): <p>The token to be used for the next set of paginated results. If this field is empty then there are no more results.</p>
    /// - On failure, responds with [`SdkError<DescribeRcsAgentCountryLaunchStatusError>`](crate::operation::describe_rcs_agent_country_launch_status::DescribeRcsAgentCountryLaunchStatusError)
    pub fn describe_rcs_agent_country_launch_status(
        &self,
    ) -> crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder {
        crate::operation::describe_rcs_agent_country_launch_status::builders::DescribeRcsAgentCountryLaunchStatusFluentBuilder::new(
            self.handle.clone(),
        )
    }
}