#[non_exhaustive]pub struct CreateThingGroupInput { /* private fields */ }Implementations§
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.
source§impl CreateThingGroupInput
impl CreateThingGroupInput
sourcepub fn builder() -> CreateThingGroupInputBuilder
pub fn builder() -> CreateThingGroupInputBuilder
Creates a new builder-style object to manufacture CreateThingGroupInput.
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>
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 ==.impl StructuralPartialEq for CreateThingGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateThingGroupInput
impl Send for CreateThingGroupInput
impl Sync for CreateThingGroupInput
impl Unpin for CreateThingGroupInput
impl UnwindSafe for CreateThingGroupInput
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