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