// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDevice`](crate::operation::get_device::builders::GetDeviceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::get_device::builders::GetDeviceFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::get_device::builders::GetDeviceFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the device for which to return information.</p><br>
/// - On success, responds with [`GetDeviceOutput`](crate::operation::get_device::GetDeviceOutput) with field(s):
/// - [`device(Option<Device>)`](crate::operation::get_device::GetDeviceOutput::device): <p>Describes an device.</p>
/// - On failure, responds with [`SdkError<GetDeviceError>`](crate::operation::get_device::GetDeviceError)
pub fn get_device(&self) -> crate::operation::get_device::builders::GetDeviceFluentBuilder {
crate::operation::get_device::builders::GetDeviceFluentBuilder::new(self.handle.clone())
}
}