// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetGlossaryTerm`](crate::operation::get_glossary_term::builders::GetGlossaryTermFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::get_glossary_term::builders::GetGlossaryTermFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_glossary_term::builders::GetGlossaryTermFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the glossary term to retrieve.</p><br>
/// - On success, responds with [`GetGlossaryTermOutput`](crate::operation::get_glossary_term::GetGlossaryTermOutput) with field(s):
/// - [`id(Option<String>)`](crate::operation::get_glossary_term::GetGlossaryTermOutput::id): <p>The unique identifier of the glossary term.</p>
/// - [`glossary_id(Option<String>)`](crate::operation::get_glossary_term::GetGlossaryTermOutput::glossary_id): <p>The unique identifier of the glossary containing this term.</p>
/// - [`name(Option<String>)`](crate::operation::get_glossary_term::GetGlossaryTermOutput::name): <p>The name of the glossary term.</p>
/// - [`short_description(Option<String>)`](crate::operation::get_glossary_term::GetGlossaryTermOutput::short_description): <p>The short description of the glossary term.</p>
/// - [`long_description(Option<String>)`](crate::operation::get_glossary_term::GetGlossaryTermOutput::long_description): <p>The long description of the glossary term.</p>
/// - On failure, responds with [`SdkError<GetGlossaryTermError>`](crate::operation::get_glossary_term::GetGlossaryTermError)
pub fn get_glossary_term(&self) -> crate::operation::get_glossary_term::builders::GetGlossaryTermFluentBuilder {
crate::operation::get_glossary_term::builders::GetGlossaryTermFluentBuilder::new(self.handle.clone())
}
}