Struct aws_sdk_iot::operation::start_thing_registration_task::builders::StartThingRegistrationTaskOutputBuilder
source · #[non_exhaustive]pub struct StartThingRegistrationTaskOutputBuilder { /* private fields */ }
Expand description
A builder for StartThingRegistrationTaskOutput
.
Implementations§
source§impl StartThingRegistrationTaskOutputBuilder
impl StartThingRegistrationTaskOutputBuilder
sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The bulk thing provisioning task ID.
sourcepub fn get_task_id(&self) -> &Option<String>
pub fn get_task_id(&self) -> &Option<String>
The bulk thing provisioning task ID.
sourcepub fn build(self) -> StartThingRegistrationTaskOutput
pub fn build(self) -> StartThingRegistrationTaskOutput
Consumes the builder and constructs a StartThingRegistrationTaskOutput
.
Trait Implementations§
source§impl Clone for StartThingRegistrationTaskOutputBuilder
impl Clone for StartThingRegistrationTaskOutputBuilder
source§fn clone(&self) -> StartThingRegistrationTaskOutputBuilder
fn clone(&self) -> StartThingRegistrationTaskOutputBuilder
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 StartThingRegistrationTaskOutputBuilder
impl Default for StartThingRegistrationTaskOutputBuilder
source§fn default() -> StartThingRegistrationTaskOutputBuilder
fn default() -> StartThingRegistrationTaskOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartThingRegistrationTaskOutputBuilder
impl PartialEq for StartThingRegistrationTaskOutputBuilder
source§fn eq(&self, other: &StartThingRegistrationTaskOutputBuilder) -> bool
fn eq(&self, other: &StartThingRegistrationTaskOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartThingRegistrationTaskOutputBuilder
Auto Trait Implementations§
impl Freeze for StartThingRegistrationTaskOutputBuilder
impl RefUnwindSafe for StartThingRegistrationTaskOutputBuilder
impl Send for StartThingRegistrationTaskOutputBuilder
impl Sync for StartThingRegistrationTaskOutputBuilder
impl Unpin for StartThingRegistrationTaskOutputBuilder
impl UnwindSafe for StartThingRegistrationTaskOutputBuilder
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.