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