// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListNotifyCountries`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`channels(NumberCapability)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::channels) / [`set_channels(Option<Vec::<NumberCapability>>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::set_channels):<br>required: **false**<br><p>An array of channels to filter the results by.</p><br>
/// - [`use_cases(NotifyConfigurationUseCase)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::use_cases) / [`set_use_cases(Option<Vec::<NotifyConfigurationUseCase>>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::set_use_cases):<br>required: **false**<br><p>An array of use cases to filter the results by.</p><br>
/// - [`tier(NotifyConfigurationTier)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::tier) / [`set_tier(Option<NotifyConfigurationTier>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::set_tier):<br>required: **false**<br><p>The tier to filter the results by.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::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>
/// - [`max_results(i32)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return per each request.</p><br>
/// - On success, responds with [`ListNotifyCountriesOutput`](crate::operation::list_notify_countries::ListNotifyCountriesOutput) with field(s):
/// - [`notify_countries(Option<Vec::<NotifyCountryInformation>>)`](crate::operation::list_notify_countries::ListNotifyCountriesOutput::notify_countries): <p>An array of NotifyCountryInformation objects that contain the results.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_notify_countries::ListNotifyCountriesOutput::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<ListNotifyCountriesError>`](crate::operation::list_notify_countries::ListNotifyCountriesError)
pub fn list_notify_countries(&self) -> crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder {
crate::operation::list_notify_countries::builders::ListNotifyCountriesFluentBuilder::new(self.handle.clone())
}
}