Struct aws_sdk_iot::operation::update_indexing_configuration::builders::UpdateIndexingConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateIndexingConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for UpdateIndexingConfigurationInput
.
Implementations§
source§impl UpdateIndexingConfigurationInputBuilder
impl UpdateIndexingConfigurationInputBuilder
sourcepub fn thing_indexing_configuration(
self,
input: ThingIndexingConfiguration
) -> Self
pub fn thing_indexing_configuration( self, input: ThingIndexingConfiguration ) -> Self
Thing indexing configuration.
sourcepub fn set_thing_indexing_configuration(
self,
input: Option<ThingIndexingConfiguration>
) -> Self
pub fn set_thing_indexing_configuration( self, input: Option<ThingIndexingConfiguration> ) -> Self
Thing indexing configuration.
sourcepub fn get_thing_indexing_configuration(
&self
) -> &Option<ThingIndexingConfiguration>
pub fn get_thing_indexing_configuration( &self ) -> &Option<ThingIndexingConfiguration>
Thing indexing configuration.
sourcepub fn thing_group_indexing_configuration(
self,
input: ThingGroupIndexingConfiguration
) -> Self
pub fn thing_group_indexing_configuration( self, input: ThingGroupIndexingConfiguration ) -> Self
Thing group indexing configuration.
sourcepub fn set_thing_group_indexing_configuration(
self,
input: Option<ThingGroupIndexingConfiguration>
) -> Self
pub fn set_thing_group_indexing_configuration( self, input: Option<ThingGroupIndexingConfiguration> ) -> Self
Thing group indexing configuration.
sourcepub fn get_thing_group_indexing_configuration(
&self
) -> &Option<ThingGroupIndexingConfiguration>
pub fn get_thing_group_indexing_configuration( &self ) -> &Option<ThingGroupIndexingConfiguration>
Thing group indexing configuration.
sourcepub fn build(self) -> Result<UpdateIndexingConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateIndexingConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateIndexingConfigurationInput
.
source§impl UpdateIndexingConfigurationInputBuilder
impl UpdateIndexingConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateIndexingConfigurationOutput, SdkError<UpdateIndexingConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateIndexingConfigurationOutput, SdkError<UpdateIndexingConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateIndexingConfigurationInputBuilder
impl Clone for UpdateIndexingConfigurationInputBuilder
source§fn clone(&self) -> UpdateIndexingConfigurationInputBuilder
fn clone(&self) -> UpdateIndexingConfigurationInputBuilder
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 UpdateIndexingConfigurationInputBuilder
impl Default for UpdateIndexingConfigurationInputBuilder
source§fn default() -> UpdateIndexingConfigurationInputBuilder
fn default() -> UpdateIndexingConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateIndexingConfigurationInputBuilder
impl PartialEq for UpdateIndexingConfigurationInputBuilder
source§fn eq(&self, other: &UpdateIndexingConfigurationInputBuilder) -> bool
fn eq(&self, other: &UpdateIndexingConfigurationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateIndexingConfigurationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateIndexingConfigurationInputBuilder
impl Send for UpdateIndexingConfigurationInputBuilder
impl Sync for UpdateIndexingConfigurationInputBuilder
impl Unpin for UpdateIndexingConfigurationInputBuilder
impl UnwindSafe for UpdateIndexingConfigurationInputBuilder
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.