// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListResolvers`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`api_id(impl Into<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::api_id) / [`set_api_id(Option<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::set_api_id):<br>required: **true**<br><p>The API ID.</p><br>
/// - [`type_name(impl Into<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::type_name) / [`set_type_name(Option<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::set_type_name):<br>required: **true**<br><p>The type name.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::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_resolvers::builders::ListResolversFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_resolvers::builders::ListResolversFluentBuilder::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 [`ListResolversOutput`](crate::operation::list_resolvers::ListResolversOutput) with field(s):
/// - [`resolvers(Option<Vec::<Resolver>>)`](crate::operation::list_resolvers::ListResolversOutput::resolvers): <p>The <code>Resolver</code> objects.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_resolvers::ListResolversOutput::next_token): <p>An identifier to pass in the next request to this operation to return the next set of items in the list.</p>
/// - On failure, responds with [`SdkError<ListResolversError>`](crate::operation::list_resolvers::ListResolversError)
pub fn list_resolvers(&self) -> crate::operation::list_resolvers::builders::ListResolversFluentBuilder {
crate::operation::list_resolvers::builders::ListResolversFluentBuilder::new(self.handle.clone())
}
}