Struct aws_sdk_iot1clickprojects::operation::get_devices_in_placement::builders::GetDevicesInPlacementInputBuilder
source · #[non_exhaustive]pub struct GetDevicesInPlacementInputBuilder { /* private fields */ }Expand description
A builder for GetDevicesInPlacementInput.
Implementations§
source§impl GetDevicesInPlacementInputBuilder
impl GetDevicesInPlacementInputBuilder
sourcepub fn project_name(self, input: impl Into<String>) -> Self
pub fn project_name(self, input: impl Into<String>) -> Self
The name of the project containing the placement.
sourcepub fn set_project_name(self, input: Option<String>) -> Self
pub fn set_project_name(self, input: Option<String>) -> Self
The name of the project containing the placement.
sourcepub fn placement_name(self, input: impl Into<String>) -> Self
pub fn placement_name(self, input: impl Into<String>) -> Self
The name of the placement to get the devices from.
sourcepub fn set_placement_name(self, input: Option<String>) -> Self
pub fn set_placement_name(self, input: Option<String>) -> Self
The name of the placement to get the devices from.
sourcepub fn build(self) -> Result<GetDevicesInPlacementInput, BuildError>
pub fn build(self) -> Result<GetDevicesInPlacementInput, BuildError>
Consumes the builder and constructs a GetDevicesInPlacementInput.
Trait Implementations§
source§impl Clone for GetDevicesInPlacementInputBuilder
impl Clone for GetDevicesInPlacementInputBuilder
source§fn clone(&self) -> GetDevicesInPlacementInputBuilder
fn clone(&self) -> GetDevicesInPlacementInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetDevicesInPlacementInputBuilder
impl Default for GetDevicesInPlacementInputBuilder
source§fn default() -> GetDevicesInPlacementInputBuilder
fn default() -> GetDevicesInPlacementInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDevicesInPlacementInputBuilder> for GetDevicesInPlacementInputBuilder
impl PartialEq<GetDevicesInPlacementInputBuilder> for GetDevicesInPlacementInputBuilder
source§fn eq(&self, other: &GetDevicesInPlacementInputBuilder) -> bool
fn eq(&self, other: &GetDevicesInPlacementInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDevicesInPlacementInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetDevicesInPlacementInputBuilder
impl Send for GetDevicesInPlacementInputBuilder
impl Sync for GetDevicesInPlacementInputBuilder
impl Unpin for GetDevicesInPlacementInputBuilder
impl UnwindSafe for GetDevicesInPlacementInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more