Struct aws_sdk_ssm::operation::create_association_batch::builders::CreateAssociationBatchInputBuilder
source · #[non_exhaustive]pub struct CreateAssociationBatchInputBuilder { /* private fields */ }
Expand description
A builder for CreateAssociationBatchInput
.
Implementations§
source§impl CreateAssociationBatchInputBuilder
impl CreateAssociationBatchInputBuilder
sourcepub fn entries(self, input: CreateAssociationBatchRequestEntry) -> Self
pub fn entries(self, input: CreateAssociationBatchRequestEntry) -> Self
Appends an item to entries
.
To override the contents of this collection use set_entries
.
One or more associations.
sourcepub fn set_entries(
self,
input: Option<Vec<CreateAssociationBatchRequestEntry>>
) -> Self
pub fn set_entries( self, input: Option<Vec<CreateAssociationBatchRequestEntry>> ) -> Self
One or more associations.
sourcepub fn get_entries(&self) -> &Option<Vec<CreateAssociationBatchRequestEntry>>
pub fn get_entries(&self) -> &Option<Vec<CreateAssociationBatchRequestEntry>>
One or more associations.
sourcepub fn build(self) -> Result<CreateAssociationBatchInput, BuildError>
pub fn build(self) -> Result<CreateAssociationBatchInput, BuildError>
Consumes the builder and constructs a CreateAssociationBatchInput
.
source§impl CreateAssociationBatchInputBuilder
impl CreateAssociationBatchInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateAssociationBatchOutput, SdkError<CreateAssociationBatchError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateAssociationBatchOutput, SdkError<CreateAssociationBatchError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateAssociationBatchInputBuilder
impl Clone for CreateAssociationBatchInputBuilder
source§fn clone(&self) -> CreateAssociationBatchInputBuilder
fn clone(&self) -> CreateAssociationBatchInputBuilder
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 CreateAssociationBatchInputBuilder
impl Default for CreateAssociationBatchInputBuilder
source§fn default() -> CreateAssociationBatchInputBuilder
fn default() -> CreateAssociationBatchInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateAssociationBatchInputBuilder
impl PartialEq for CreateAssociationBatchInputBuilder
source§fn eq(&self, other: &CreateAssociationBatchInputBuilder) -> bool
fn eq(&self, other: &CreateAssociationBatchInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateAssociationBatchInputBuilder
Auto Trait Implementations§
impl Freeze for CreateAssociationBatchInputBuilder
impl RefUnwindSafe for CreateAssociationBatchInputBuilder
impl Send for CreateAssociationBatchInputBuilder
impl Sync for CreateAssociationBatchInputBuilder
impl Unpin for CreateAssociationBatchInputBuilder
impl UnwindSafe for CreateAssociationBatchInputBuilder
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.