Struct aws_sdk_ssm::operation::create_association_batch::builders::CreateAssociationBatchOutputBuilder
source · #[non_exhaustive]pub struct CreateAssociationBatchOutputBuilder { /* private fields */ }
Expand description
A builder for CreateAssociationBatchOutput
.
Implementations§
source§impl CreateAssociationBatchOutputBuilder
impl CreateAssociationBatchOutputBuilder
sourcepub fn successful(self, input: AssociationDescription) -> Self
pub fn successful(self, input: AssociationDescription) -> Self
Appends an item to successful
.
To override the contents of this collection use set_successful
.
Information about the associations that succeeded.
sourcepub fn set_successful(self, input: Option<Vec<AssociationDescription>>) -> Self
pub fn set_successful(self, input: Option<Vec<AssociationDescription>>) -> Self
Information about the associations that succeeded.
sourcepub fn get_successful(&self) -> &Option<Vec<AssociationDescription>>
pub fn get_successful(&self) -> &Option<Vec<AssociationDescription>>
Information about the associations that succeeded.
sourcepub fn failed(self, input: FailedCreateAssociation) -> Self
pub fn failed(self, input: FailedCreateAssociation) -> Self
Appends an item to failed
.
To override the contents of this collection use set_failed
.
Information about the associations that failed.
sourcepub fn set_failed(self, input: Option<Vec<FailedCreateAssociation>>) -> Self
pub fn set_failed(self, input: Option<Vec<FailedCreateAssociation>>) -> Self
Information about the associations that failed.
sourcepub fn get_failed(&self) -> &Option<Vec<FailedCreateAssociation>>
pub fn get_failed(&self) -> &Option<Vec<FailedCreateAssociation>>
Information about the associations that failed.
sourcepub fn build(self) -> CreateAssociationBatchOutput
pub fn build(self) -> CreateAssociationBatchOutput
Consumes the builder and constructs a CreateAssociationBatchOutput
.
Trait Implementations§
source§impl Clone for CreateAssociationBatchOutputBuilder
impl Clone for CreateAssociationBatchOutputBuilder
source§fn clone(&self) -> CreateAssociationBatchOutputBuilder
fn clone(&self) -> CreateAssociationBatchOutputBuilder
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 CreateAssociationBatchOutputBuilder
impl Default for CreateAssociationBatchOutputBuilder
source§fn default() -> CreateAssociationBatchOutputBuilder
fn default() -> CreateAssociationBatchOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateAssociationBatchOutputBuilder
impl PartialEq for CreateAssociationBatchOutputBuilder
source§fn eq(&self, other: &CreateAssociationBatchOutputBuilder) -> bool
fn eq(&self, other: &CreateAssociationBatchOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateAssociationBatchOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateAssociationBatchOutputBuilder
impl Send for CreateAssociationBatchOutputBuilder
impl Sync for CreateAssociationBatchOutputBuilder
impl Unpin for CreateAssociationBatchOutputBuilder
impl UnwindSafe for CreateAssociationBatchOutputBuilder
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.