Struct aws_sdk_iot::input::DeleteDynamicThingGroupInput
source · #[non_exhaustive]pub struct DeleteDynamicThingGroupInput { /* private fields */ }
Implementations§
source§impl DeleteDynamicThingGroupInput
impl DeleteDynamicThingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDynamicThingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDynamicThingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDynamicThingGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDynamicThingGroupInput
.
source§impl DeleteDynamicThingGroupInput
impl DeleteDynamicThingGroupInput
sourcepub fn thing_group_name(&self) -> Option<&str>
pub fn thing_group_name(&self) -> Option<&str>
The name of the dynamic thing group to delete.
sourcepub fn expected_version(&self) -> Option<i64>
pub fn expected_version(&self) -> Option<i64>
The expected version of the dynamic thing group to delete.
Trait Implementations§
source§impl Clone for DeleteDynamicThingGroupInput
impl Clone for DeleteDynamicThingGroupInput
source§fn clone(&self) -> DeleteDynamicThingGroupInput
fn clone(&self) -> DeleteDynamicThingGroupInput
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 DeleteDynamicThingGroupInput
impl Debug for DeleteDynamicThingGroupInput
source§impl PartialEq<DeleteDynamicThingGroupInput> for DeleteDynamicThingGroupInput
impl PartialEq<DeleteDynamicThingGroupInput> for DeleteDynamicThingGroupInput
source§fn eq(&self, other: &DeleteDynamicThingGroupInput) -> bool
fn eq(&self, other: &DeleteDynamicThingGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.