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