#[non_exhaustive]pub struct DisassociateDeviceFromPlacementInput { /* private fields */ }Implementations§
source§impl DisassociateDeviceFromPlacementInput
impl DisassociateDeviceFromPlacementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDeviceFromPlacement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateDeviceFromPlacement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateDeviceFromPlacement>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateDeviceFromPlacementInput.
source§impl DisassociateDeviceFromPlacementInput
impl DisassociateDeviceFromPlacementInput
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project that contains the placement.
sourcepub fn placement_name(&self) -> Option<&str>
pub fn placement_name(&self) -> Option<&str>
The name of the placement that the device should be removed from.
sourcepub fn device_template_name(&self) -> Option<&str>
pub fn device_template_name(&self) -> Option<&str>
The device ID that should be removed from the placement.
Trait Implementations§
source§impl Clone for DisassociateDeviceFromPlacementInput
impl Clone for DisassociateDeviceFromPlacementInput
source§fn clone(&self) -> DisassociateDeviceFromPlacementInput
fn clone(&self) -> DisassociateDeviceFromPlacementInput
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 PartialEq<DisassociateDeviceFromPlacementInput> for DisassociateDeviceFromPlacementInput
impl PartialEq<DisassociateDeviceFromPlacementInput> for DisassociateDeviceFromPlacementInput
source§fn eq(&self, other: &DisassociateDeviceFromPlacementInput) -> bool
fn eq(&self, other: &DisassociateDeviceFromPlacementInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.