// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDevicesInPlacement`](crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`project_name(impl Into<String>)`](crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder::project_name) / [`set_project_name(Option<String>)`](crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder::set_project_name): <p>The name of the project containing the placement.</p>
/// - [`placement_name(impl Into<String>)`](crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder::placement_name) / [`set_placement_name(Option<String>)`](crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder::set_placement_name): <p>The name of the placement to get the devices from.</p>
/// - On success, responds with [`GetDevicesInPlacementOutput`](crate::operation::get_devices_in_placement::GetDevicesInPlacementOutput) with field(s):
/// - [`devices(Option<HashMap<String, String>>)`](crate::operation::get_devices_in_placement::GetDevicesInPlacementOutput::devices): <p>An object containing the devices (zero or more) within the placement.</p>
/// - On failure, responds with [`SdkError<GetDevicesInPlacementError>`](crate::operation::get_devices_in_placement::GetDevicesInPlacementError)
pub fn get_devices_in_placement(
&self,
) -> crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder
{
crate::operation::get_devices_in_placement::builders::GetDevicesInPlacementFluentBuilder::new(self.handle.clone())
}
}