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 get_version(&self) -> &Option<i64>
pub fn get_version(&self) -> &Option<i64>
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 ==
.impl StructuralPartialEq for UpdateDynamicThingGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDynamicThingGroupOutputBuilder
impl Send for UpdateDynamicThingGroupOutputBuilder
impl Sync for UpdateDynamicThingGroupOutputBuilder
impl Unpin for UpdateDynamicThingGroupOutputBuilder
impl UnwindSafe for UpdateDynamicThingGroupOutputBuilder
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