// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListDomainNames`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`next_token(impl Into<String>)`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::set_next_token):<br>required: **false**<br><p>An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.</p><br>
/// - [`max_results(i32)`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results that you want the request to return.</p><br>
/// - On success, responds with [`ListDomainNamesOutput`](crate::operation::list_domain_names::ListDomainNamesOutput) with field(s):
/// - [`domain_name_configs(Option<Vec::<DomainNameConfig>>)`](crate::operation::list_domain_names::ListDomainNamesOutput::domain_name_configs): <p>Lists configurations for multiple domain names.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_domain_names::ListDomainNamesOutput::next_token): <p>An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.</p>
/// - On failure, responds with [`SdkError<ListDomainNamesError>`](crate::operation::list_domain_names::ListDomainNamesError)
pub fn list_domain_names(&self) -> crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder {
crate::operation::list_domain_names::builders::ListDomainNamesFluentBuilder::new(self.handle.clone())
}
}