Struct aws_sdk_iot::model::ThingGroupDocument
source · #[non_exhaustive]pub struct ThingGroupDocument { /* private fields */ }
Expand description
The thing group search index document.
Implementations§
source§impl ThingGroupDocument
impl ThingGroupDocument
sourcepub fn thing_group_name(&self) -> Option<&str>
pub fn thing_group_name(&self) -> Option<&str>
The thing group name.
sourcepub fn thing_group_id(&self) -> Option<&str>
pub fn thing_group_id(&self) -> Option<&str>
The thing group ID.
sourcepub fn thing_group_description(&self) -> Option<&str>
pub fn thing_group_description(&self) -> Option<&str>
The thing group description.
sourcepub fn parent_group_names(&self) -> Option<&[String]>
pub fn parent_group_names(&self) -> Option<&[String]>
Parent group names.
source§impl ThingGroupDocument
impl ThingGroupDocument
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThingGroupDocument
.
Trait Implementations§
source§impl Clone for ThingGroupDocument
impl Clone for ThingGroupDocument
source§fn clone(&self) -> ThingGroupDocument
fn clone(&self) -> ThingGroupDocument
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 ThingGroupDocument
impl Debug for ThingGroupDocument
source§impl PartialEq<ThingGroupDocument> for ThingGroupDocument
impl PartialEq<ThingGroupDocument> for ThingGroupDocument
source§fn eq(&self, other: &ThingGroupDocument) -> bool
fn eq(&self, other: &ThingGroupDocument) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.