// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListGlossaries`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`max_results(i32)`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in the response.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::set_next_token):<br>required: **false**<br><p>A continuation token, if this is a continuation call.</p><br>
/// - On success, responds with [`ListGlossariesOutput`](crate::operation::list_glossaries::ListGlossariesOutput) with field(s):
/// - [`items(Option<Vec::<GlossaryItem>>)`](crate::operation::list_glossaries::ListGlossariesOutput::items): <p>The list of glossary items.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_glossaries::ListGlossariesOutput::next_token): <p>A continuation token, present if the current segment is not the last.</p>
/// - On failure, responds with [`SdkError<ListGlossariesError>`](crate::operation::list_glossaries::ListGlossariesError)
pub fn list_glossaries(&self) -> crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder {
crate::operation::list_glossaries::builders::ListGlossariesFluentBuilder::new(self.handle.clone())
}
}