Struct aws_sdk_iot::operation::create_dynamic_thing_group::builders::CreateDynamicThingGroupOutputBuilder
source · #[non_exhaustive]pub struct CreateDynamicThingGroupOutputBuilder { /* private fields */ }
Expand description
A builder for CreateDynamicThingGroupOutput
.
Implementations§
source§impl CreateDynamicThingGroupOutputBuilder
impl CreateDynamicThingGroupOutputBuilder
sourcepub fn thing_group_name(self, input: impl Into<String>) -> Self
pub fn thing_group_name(self, input: impl Into<String>) -> Self
The dynamic thing group name.
sourcepub fn set_thing_group_name(self, input: Option<String>) -> Self
pub fn set_thing_group_name(self, input: Option<String>) -> Self
The dynamic thing group name.
sourcepub fn thing_group_arn(self, input: impl Into<String>) -> Self
pub fn thing_group_arn(self, input: impl Into<String>) -> Self
The dynamic thing group ARN.
sourcepub fn set_thing_group_arn(self, input: Option<String>) -> Self
pub fn set_thing_group_arn(self, input: Option<String>) -> Self
The dynamic thing group ARN.
sourcepub fn thing_group_id(self, input: impl Into<String>) -> Self
pub fn thing_group_id(self, input: impl Into<String>) -> Self
The dynamic thing group ID.
sourcepub fn set_thing_group_id(self, input: Option<String>) -> Self
pub fn set_thing_group_id(self, input: Option<String>) -> Self
The dynamic thing group ID.
sourcepub fn index_name(self, input: impl Into<String>) -> Self
pub fn index_name(self, input: impl Into<String>) -> Self
The dynamic thing group index name.
sourcepub fn set_index_name(self, input: Option<String>) -> Self
pub fn set_index_name(self, input: Option<String>) -> Self
The dynamic thing group index name.
sourcepub fn query_string(self, input: impl Into<String>) -> Self
pub fn query_string(self, input: impl Into<String>) -> Self
The dynamic thing group search query string.
sourcepub fn set_query_string(self, input: Option<String>) -> Self
pub fn set_query_string(self, input: Option<String>) -> Self
The dynamic thing group search query string.
sourcepub fn query_version(self, input: impl Into<String>) -> Self
pub fn query_version(self, input: impl Into<String>) -> Self
The dynamic thing group query version.
sourcepub fn set_query_version(self, input: Option<String>) -> Self
pub fn set_query_version(self, input: Option<String>) -> Self
The dynamic thing group query version.
sourcepub fn build(self) -> CreateDynamicThingGroupOutput
pub fn build(self) -> CreateDynamicThingGroupOutput
Consumes the builder and constructs a CreateDynamicThingGroupOutput
.
Trait Implementations§
source§impl Clone for CreateDynamicThingGroupOutputBuilder
impl Clone for CreateDynamicThingGroupOutputBuilder
source§fn clone(&self) -> CreateDynamicThingGroupOutputBuilder
fn clone(&self) -> CreateDynamicThingGroupOutputBuilder
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 Default for CreateDynamicThingGroupOutputBuilder
impl Default for CreateDynamicThingGroupOutputBuilder
source§fn default() -> CreateDynamicThingGroupOutputBuilder
fn default() -> CreateDynamicThingGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDynamicThingGroupOutputBuilder> for CreateDynamicThingGroupOutputBuilder
impl PartialEq<CreateDynamicThingGroupOutputBuilder> for CreateDynamicThingGroupOutputBuilder
source§fn eq(&self, other: &CreateDynamicThingGroupOutputBuilder) -> bool
fn eq(&self, other: &CreateDynamicThingGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.