Struct aws_sdk_appstream::operation::batch_associate_user_stack::BatchAssociateUserStackInput
source · #[non_exhaustive]pub struct BatchAssociateUserStackInput { /* private fields */ }
Implementations§
source§impl BatchAssociateUserStackInput
impl BatchAssociateUserStackInput
sourcepub fn user_stack_associations(&self) -> Option<&[UserStackAssociation]>
pub fn user_stack_associations(&self) -> Option<&[UserStackAssociation]>
The list of UserStackAssociation objects.
source§impl BatchAssociateUserStackInput
impl BatchAssociateUserStackInput
sourcepub fn builder() -> BatchAssociateUserStackInputBuilder
pub fn builder() -> BatchAssociateUserStackInputBuilder
Creates a new builder-style object to manufacture BatchAssociateUserStackInput
.
source§impl BatchAssociateUserStackInput
impl BatchAssociateUserStackInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchAssociateUserStack, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchAssociateUserStack, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchAssociateUserStack
>
Trait Implementations§
source§impl Clone for BatchAssociateUserStackInput
impl Clone for BatchAssociateUserStackInput
source§fn clone(&self) -> BatchAssociateUserStackInput
fn clone(&self) -> BatchAssociateUserStackInput
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 BatchAssociateUserStackInput
impl Debug for BatchAssociateUserStackInput
source§impl PartialEq<BatchAssociateUserStackInput> for BatchAssociateUserStackInput
impl PartialEq<BatchAssociateUserStackInput> for BatchAssociateUserStackInput
source§fn eq(&self, other: &BatchAssociateUserStackInput) -> bool
fn eq(&self, other: &BatchAssociateUserStackInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.