Struct aws_sdk_iot1clickprojects::operation::get_devices_in_placement::GetDevicesInPlacementInput   
source · #[non_exhaustive]pub struct GetDevicesInPlacementInput { /* private fields */ }Implementations§
source§impl GetDevicesInPlacementInput
 
impl GetDevicesInPlacementInput
sourcepub fn project_name(&self) -> Option<&str>
 
pub fn project_name(&self) -> Option<&str>
The name of the project containing the placement.
sourcepub fn placement_name(&self) -> Option<&str>
 
pub fn placement_name(&self) -> Option<&str>
The name of the placement to get the devices from.
source§impl GetDevicesInPlacementInput
 
impl GetDevicesInPlacementInput
sourcepub fn builder() -> GetDevicesInPlacementInputBuilder
 
pub fn builder() -> GetDevicesInPlacementInputBuilder
Creates a new builder-style object to manufacture GetDevicesInPlacementInput.
source§impl GetDevicesInPlacementInput
 
impl GetDevicesInPlacementInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<GetDevicesInPlacement, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetDevicesInPlacement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDevicesInPlacement>
Trait Implementations§
source§impl Clone for GetDevicesInPlacementInput
 
impl Clone for GetDevicesInPlacementInput
source§fn clone(&self) -> GetDevicesInPlacementInput
 
fn clone(&self) -> GetDevicesInPlacementInput
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 Debug for GetDevicesInPlacementInput
 
impl Debug for GetDevicesInPlacementInput
source§impl PartialEq<GetDevicesInPlacementInput> for GetDevicesInPlacementInput
 
impl PartialEq<GetDevicesInPlacementInput> for GetDevicesInPlacementInput
source§fn eq(&self, other: &GetDevicesInPlacementInput) -> bool
 
fn eq(&self, other: &GetDevicesInPlacementInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDevicesInPlacementInput
Auto Trait Implementations§
impl RefUnwindSafe for GetDevicesInPlacementInput
impl Send for GetDevicesInPlacementInput
impl Sync for GetDevicesInPlacementInput
impl Unpin for GetDevicesInPlacementInput
impl UnwindSafe for GetDevicesInPlacementInput
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