Struct aws_sdk_appstream::operation::batch_associate_user_stack::BatchAssociateUserStackOutput
source · #[non_exhaustive]pub struct BatchAssociateUserStackOutput { /* private fields */ }
Implementations§
source§impl BatchAssociateUserStackOutput
impl BatchAssociateUserStackOutput
sourcepub fn errors(&self) -> Option<&[UserStackAssociationError]>
pub fn errors(&self) -> Option<&[UserStackAssociationError]>
The list of UserStackAssociationError objects.
source§impl BatchAssociateUserStackOutput
impl BatchAssociateUserStackOutput
sourcepub fn builder() -> BatchAssociateUserStackOutputBuilder
pub fn builder() -> BatchAssociateUserStackOutputBuilder
Creates a new builder-style object to manufacture BatchAssociateUserStackOutput
.
Trait Implementations§
source§impl Clone for BatchAssociateUserStackOutput
impl Clone for BatchAssociateUserStackOutput
source§fn clone(&self) -> BatchAssociateUserStackOutput
fn clone(&self) -> BatchAssociateUserStackOutput
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<BatchAssociateUserStackOutput> for BatchAssociateUserStackOutput
impl PartialEq<BatchAssociateUserStackOutput> for BatchAssociateUserStackOutput
source§fn eq(&self, other: &BatchAssociateUserStackOutput) -> bool
fn eq(&self, other: &BatchAssociateUserStackOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchAssociateUserStackOutput
impl RequestId for BatchAssociateUserStackOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.