// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetManagedThingMetaData`](crate::operation::get_managed_thing_meta_data::builders::GetManagedThingMetaDataFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::get_managed_thing_meta_data::builders::GetManagedThingMetaDataFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::get_managed_thing_meta_data::builders::GetManagedThingMetaDataFluentBuilder::set_identifier):<br>required: **true**<br><p>The managed thing id.</p><br>
/// - On success, responds with [`GetManagedThingMetaDataOutput`](crate::operation::get_managed_thing_meta_data::GetManagedThingMetaDataOutput) with field(s):
/// - [`managed_thing_id(Option<String>)`](crate::operation::get_managed_thing_meta_data::GetManagedThingMetaDataOutput::managed_thing_id): <p>The managed thing id.</p>
/// - [`meta_data(Option<HashMap::<String, String>>)`](crate::operation::get_managed_thing_meta_data::GetManagedThingMetaDataOutput::meta_data): <p>The metadata for the managed thing.</p>
/// - On failure, responds with [`SdkError<GetManagedThingMetaDataError>`](crate::operation::get_managed_thing_meta_data::GetManagedThingMetaDataError)
pub fn get_managed_thing_meta_data(&self) -> crate::operation::get_managed_thing_meta_data::builders::GetManagedThingMetaDataFluentBuilder {
crate::operation::get_managed_thing_meta_data::builders::GetManagedThingMetaDataFluentBuilder::new(self.handle.clone())
}
}