#[non_exhaustive]pub struct BatchGetApplicationsOutput { /* private fields */ }
Expand description
Represents the output of a BatchGetApplications
operation.
Implementations§
source§impl BatchGetApplicationsOutput
impl BatchGetApplicationsOutput
sourcepub fn applications_info(&self) -> Option<&[ApplicationInfo]>
pub fn applications_info(&self) -> Option<&[ApplicationInfo]>
Information about the applications.
source§impl BatchGetApplicationsOutput
impl BatchGetApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetApplicationsOutput
.
Trait Implementations§
source§impl Clone for BatchGetApplicationsOutput
impl Clone for BatchGetApplicationsOutput
source§fn clone(&self) -> BatchGetApplicationsOutput
fn clone(&self) -> BatchGetApplicationsOutput
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 BatchGetApplicationsOutput
impl Debug for BatchGetApplicationsOutput
source§impl PartialEq<BatchGetApplicationsOutput> for BatchGetApplicationsOutput
impl PartialEq<BatchGetApplicationsOutput> for BatchGetApplicationsOutput
source§fn eq(&self, other: &BatchGetApplicationsOutput) -> bool
fn eq(&self, other: &BatchGetApplicationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.