Struct aws_sdk_ssm::input::CreateAssociationBatchInput
source · [−]#[non_exhaustive]pub struct CreateAssociationBatchInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl CreateAssociationBatchInput
impl CreateAssociationBatchInput
sourcepub fn entries(&self) -> Option<&[CreateAssociationBatchRequestEntry]>
pub fn entries(&self) -> Option<&[CreateAssociationBatchRequestEntry]>
One or more associations.
Trait Implementations
sourceimpl Clone for CreateAssociationBatchInput
impl Clone for CreateAssociationBatchInput
sourcefn clone(&self) -> CreateAssociationBatchInput
fn clone(&self) -> CreateAssociationBatchInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateAssociationBatchInput
impl Debug for CreateAssociationBatchInput
sourceimpl PartialEq<CreateAssociationBatchInput> for CreateAssociationBatchInput
impl PartialEq<CreateAssociationBatchInput> for CreateAssociationBatchInput
sourcefn eq(&self, other: &CreateAssociationBatchInput) -> bool
fn eq(&self, other: &CreateAssociationBatchInput) -> bool
impl StructuralPartialEq for CreateAssociationBatchInput
Auto Trait Implementations
impl RefUnwindSafe for CreateAssociationBatchInput
impl Send for CreateAssociationBatchInput
impl Sync for CreateAssociationBatchInput
impl Unpin for CreateAssociationBatchInput
impl UnwindSafe for CreateAssociationBatchInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more