Struct aws_sdk_ssm::input::CreateAssociationBatchInput
source · #[non_exhaustive]pub struct CreateAssociationBatchInput { /* private fields */ }Implementations§
source§impl CreateAssociationBatchInput
impl CreateAssociationBatchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssociationBatch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAssociationBatch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAssociationBatch>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAssociationBatchInput.
source§impl CreateAssociationBatchInput
impl CreateAssociationBatchInput
sourcepub fn entries(&self) -> Option<&[CreateAssociationBatchRequestEntry]>
pub fn entries(&self) -> Option<&[CreateAssociationBatchRequestEntry]>
One or more associations.
Trait Implementations§
source§impl Clone for CreateAssociationBatchInput
impl Clone for CreateAssociationBatchInput
source§fn clone(&self) -> CreateAssociationBatchInput
fn clone(&self) -> CreateAssociationBatchInput
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 CreateAssociationBatchInput
impl Debug for CreateAssociationBatchInput
source§impl PartialEq<CreateAssociationBatchInput> for CreateAssociationBatchInput
impl PartialEq<CreateAssociationBatchInput> for CreateAssociationBatchInput
source§fn eq(&self, other: &CreateAssociationBatchInput) -> bool
fn eq(&self, other: &CreateAssociationBatchInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.