pub struct Builder { /* private fields */ }Expand description
A builder for GetDevicesInPlacementOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn devices(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn devices(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to devices.
To override the contents of this collection use set_devices.
An object containing the devices (zero or more) within the placement.
sourcepub fn set_devices(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_devices(self, input: Option<HashMap<String, String>>) -> Self
An object containing the devices (zero or more) within the placement.
sourcepub fn build(self) -> GetDevicesInPlacementOutput
pub fn build(self) -> GetDevicesInPlacementOutput
Consumes the builder and constructs a GetDevicesInPlacementOutput.