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