Struct aws_sdk_iot::operation::update_dynamic_thing_group::builders::UpdateDynamicThingGroupOutputBuilder
source · #[non_exhaustive]pub struct UpdateDynamicThingGroupOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateDynamicThingGroupOutput
.
Implementations§
source§impl UpdateDynamicThingGroupOutputBuilder
impl UpdateDynamicThingGroupOutputBuilder
sourcepub fn set_version(self, input: Option<i64>) -> Self
pub fn set_version(self, input: Option<i64>) -> Self
The dynamic thing group version.
sourcepub fn build(self) -> UpdateDynamicThingGroupOutput
pub fn build(self) -> UpdateDynamicThingGroupOutput
Consumes the builder and constructs a UpdateDynamicThingGroupOutput
.
Trait Implementations§
source§impl Clone for UpdateDynamicThingGroupOutputBuilder
impl Clone for UpdateDynamicThingGroupOutputBuilder
source§fn clone(&self) -> UpdateDynamicThingGroupOutputBuilder
fn clone(&self) -> UpdateDynamicThingGroupOutputBuilder
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 UpdateDynamicThingGroupOutputBuilder
impl Default for UpdateDynamicThingGroupOutputBuilder
source§fn default() -> UpdateDynamicThingGroupOutputBuilder
fn default() -> UpdateDynamicThingGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateDynamicThingGroupOutputBuilder> for UpdateDynamicThingGroupOutputBuilder
impl PartialEq<UpdateDynamicThingGroupOutputBuilder> for UpdateDynamicThingGroupOutputBuilder
source§fn eq(&self, other: &UpdateDynamicThingGroupOutputBuilder) -> bool
fn eq(&self, other: &UpdateDynamicThingGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.