// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDictionary`](crate::operation::get_dictionary::builders::GetDictionaryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::get_dictionary::builders::GetDictionaryFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_dictionary::builders::GetDictionaryFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the dictionary to retrieve.</p><br>
/// - On success, responds with [`GetDictionaryOutput`](crate::operation::get_dictionary::GetDictionaryOutput) with field(s):
/// - [`name(String)`](crate::operation::get_dictionary::GetDictionaryOutput::name): <p>The name of the dictionary.</p>
/// - [`arn(String)`](crate::operation::get_dictionary::GetDictionaryOutput::arn): <p>The ARN of the dictionary.</p>
/// - [`id(String)`](crate::operation::get_dictionary::GetDictionaryOutput::id): <p>The ID of the dictionary.</p>
/// - [`language(DictionaryLanguage)`](crate::operation::get_dictionary::GetDictionaryOutput::language): <p>The language of the dictionary.</p>
/// - [`status(DictionaryStatus)`](crate::operation::get_dictionary::GetDictionaryOutput::status): <p>The current status of the dictionary.</p>
/// - [`references(Option<Vec::<String>>)`](crate::operation::get_dictionary::GetDictionaryOutput::references): <p>A list of feed IDs that reference this dictionary.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::get_dictionary::GetDictionaryOutput::tags): <p>The tags associated with the dictionary.</p>
/// - On failure, responds with [`SdkError<GetDictionaryError>`](crate::operation::get_dictionary::GetDictionaryError)
pub fn get_dictionary(&self) -> crate::operation::get_dictionary::builders::GetDictionaryFluentBuilder {
crate::operation::get_dictionary::builders::GetDictionaryFluentBuilder::new(self.handle.clone())
}
}