Struct aws_sdk_iotfleetwise::operation::create_decoder_manifest::builders::CreateDecoderManifestOutputBuilder
source · #[non_exhaustive]pub struct CreateDecoderManifestOutputBuilder { /* private fields */ }
Expand description
A builder for CreateDecoderManifestOutput
.
Implementations§
source§impl CreateDecoderManifestOutputBuilder
impl CreateDecoderManifestOutputBuilder
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the created decoder manifest.
sourcepub fn build(self) -> CreateDecoderManifestOutput
pub fn build(self) -> CreateDecoderManifestOutput
Consumes the builder and constructs a CreateDecoderManifestOutput
.
Trait Implementations§
source§impl Clone for CreateDecoderManifestOutputBuilder
impl Clone for CreateDecoderManifestOutputBuilder
source§fn clone(&self) -> CreateDecoderManifestOutputBuilder
fn clone(&self) -> CreateDecoderManifestOutputBuilder
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 CreateDecoderManifestOutputBuilder
impl Default for CreateDecoderManifestOutputBuilder
source§fn default() -> CreateDecoderManifestOutputBuilder
fn default() -> CreateDecoderManifestOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDecoderManifestOutputBuilder> for CreateDecoderManifestOutputBuilder
impl PartialEq<CreateDecoderManifestOutputBuilder> for CreateDecoderManifestOutputBuilder
source§fn eq(&self, other: &CreateDecoderManifestOutputBuilder) -> bool
fn eq(&self, other: &CreateDecoderManifestOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateDecoderManifestOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateDecoderManifestOutputBuilder
impl Send for CreateDecoderManifestOutputBuilder
impl Sync for CreateDecoderManifestOutputBuilder
impl Unpin for CreateDecoderManifestOutputBuilder
impl UnwindSafe for CreateDecoderManifestOutputBuilder
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