Struct aws_sdk_ssm::types::builders::FailedCreateAssociationBuilder
source · #[non_exhaustive]pub struct FailedCreateAssociationBuilder { /* private fields */ }
Expand description
A builder for FailedCreateAssociation
.
Implementations§
source§impl FailedCreateAssociationBuilder
impl FailedCreateAssociationBuilder
sourcepub fn entry(self, input: CreateAssociationBatchRequestEntry) -> Self
pub fn entry(self, input: CreateAssociationBatchRequestEntry) -> Self
The association.
sourcepub fn set_entry(
self,
input: Option<CreateAssociationBatchRequestEntry>
) -> Self
pub fn set_entry( self, input: Option<CreateAssociationBatchRequestEntry> ) -> Self
The association.
sourcepub fn get_entry(&self) -> &Option<CreateAssociationBatchRequestEntry>
pub fn get_entry(&self) -> &Option<CreateAssociationBatchRequestEntry>
The association.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A description of the failure.
sourcepub fn get_message(&self) -> &Option<String>
pub fn get_message(&self) -> &Option<String>
A description of the failure.
sourcepub fn build(self) -> FailedCreateAssociation
pub fn build(self) -> FailedCreateAssociation
Consumes the builder and constructs a FailedCreateAssociation
.
Trait Implementations§
source§impl Clone for FailedCreateAssociationBuilder
impl Clone for FailedCreateAssociationBuilder
source§fn clone(&self) -> FailedCreateAssociationBuilder
fn clone(&self) -> FailedCreateAssociationBuilder
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 FailedCreateAssociationBuilder
impl Default for FailedCreateAssociationBuilder
source§fn default() -> FailedCreateAssociationBuilder
fn default() -> FailedCreateAssociationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FailedCreateAssociationBuilder
impl PartialEq for FailedCreateAssociationBuilder
source§fn eq(&self, other: &FailedCreateAssociationBuilder) -> bool
fn eq(&self, other: &FailedCreateAssociationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FailedCreateAssociationBuilder
Auto Trait Implementations§
impl Freeze for FailedCreateAssociationBuilder
impl RefUnwindSafe for FailedCreateAssociationBuilder
impl Send for FailedCreateAssociationBuilder
impl Sync for FailedCreateAssociationBuilder
impl Unpin for FailedCreateAssociationBuilder
impl UnwindSafe for FailedCreateAssociationBuilder
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.