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