// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListGlossaryTerms`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`glossary_identifier(impl Into<String>)`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::glossary_identifier) / [`set_glossary_identifier(Option<String>)`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::set_glossary_identifier):<br>required: **true**<br><p>The unique identifier of the glossary whose terms to list.</p><br>
/// - [`max_results(i32)`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::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_glossary_terms::builders::ListGlossaryTermsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::set_next_token):<br>required: **false**<br><p>A continuation token, if this is a continuation call.</p><br>
/// - On success, responds with [`ListGlossaryTermsOutput`](crate::operation::list_glossary_terms::ListGlossaryTermsOutput) with field(s):
/// - [`items(Option<Vec::<GlossaryTermItem>>)`](crate::operation::list_glossary_terms::ListGlossaryTermsOutput::items): <p>The list of glossary term items.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_glossary_terms::ListGlossaryTermsOutput::next_token): <p>A continuation token, present if the current segment is not the last.</p>
/// - On failure, responds with [`SdkError<ListGlossaryTermsError>`](crate::operation::list_glossary_terms::ListGlossaryTermsError)
pub fn list_glossary_terms(&self) -> crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder {
crate::operation::list_glossary_terms::builders::ListGlossaryTermsFluentBuilder::new(self.handle.clone())
}
}