Struct aws_sdk_iot::types::builders::ThingGroupPropertiesBuilder
source · #[non_exhaustive]pub struct ThingGroupPropertiesBuilder { /* private fields */ }
Expand description
A builder for ThingGroupProperties
.
Implementations§
source§impl ThingGroupPropertiesBuilder
impl ThingGroupPropertiesBuilder
sourcepub fn thing_group_description(self, input: impl Into<String>) -> Self
pub fn thing_group_description(self, input: impl Into<String>) -> Self
The thing group description.
sourcepub fn set_thing_group_description(self, input: Option<String>) -> Self
pub fn set_thing_group_description(self, input: Option<String>) -> Self
The thing group description.
sourcepub fn attribute_payload(self, input: AttributePayload) -> Self
pub fn attribute_payload(self, input: AttributePayload) -> Self
The thing group attributes in JSON format.
sourcepub fn set_attribute_payload(self, input: Option<AttributePayload>) -> Self
pub fn set_attribute_payload(self, input: Option<AttributePayload>) -> Self
The thing group attributes in JSON format.
sourcepub fn build(self) -> ThingGroupProperties
pub fn build(self) -> ThingGroupProperties
Consumes the builder and constructs a ThingGroupProperties
.
Trait Implementations§
source§impl Clone for ThingGroupPropertiesBuilder
impl Clone for ThingGroupPropertiesBuilder
source§fn clone(&self) -> ThingGroupPropertiesBuilder
fn clone(&self) -> ThingGroupPropertiesBuilder
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 ThingGroupPropertiesBuilder
impl Debug for ThingGroupPropertiesBuilder
source§impl Default for ThingGroupPropertiesBuilder
impl Default for ThingGroupPropertiesBuilder
source§fn default() -> ThingGroupPropertiesBuilder
fn default() -> ThingGroupPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ThingGroupPropertiesBuilder> for ThingGroupPropertiesBuilder
impl PartialEq<ThingGroupPropertiesBuilder> for ThingGroupPropertiesBuilder
source§fn eq(&self, other: &ThingGroupPropertiesBuilder) -> bool
fn eq(&self, other: &ThingGroupPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.