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 get_thing_group_name(&self) -> &Option<String>
pub fn get_thing_group_name(&self) -> &Option<String>
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 get_thing_group_arn(&self) -> &Option<String>
pub fn get_thing_group_arn(&self) -> &Option<String>
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 get_thing_group_id(&self) -> &Option<String>
pub fn get_thing_group_id(&self) -> &Option<String>
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 get_index_name(&self) -> &Option<String>
pub fn get_index_name(&self) -> &Option<String>
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 get_query_string(&self) -> &Option<String>
pub fn get_query_string(&self) -> &Option<String>
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 get_query_version(&self) -> &Option<String>
pub fn get_query_version(&self) -> &Option<String>
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 for CreateDynamicThingGroupOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for CreateDynamicThingGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateDynamicThingGroupOutputBuilder
impl Send for CreateDynamicThingGroupOutputBuilder
impl Sync for CreateDynamicThingGroupOutputBuilder
impl Unpin for CreateDynamicThingGroupOutputBuilder
impl UnwindSafe for CreateDynamicThingGroupOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.