Struct aws_sdk_codedeploy::output::ListApplicationsOutput
source · #[non_exhaustive]pub struct ListApplicationsOutput { /* private fields */ }
Expand description
Represents the output of a ListApplications operation.
Implementations§
source§impl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn applications(&self) -> Option<&[String]>
pub fn applications(&self) -> Option<&[String]>
A list of application names.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
source§impl ListApplicationsOutput
impl ListApplicationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListApplicationsOutput
.
Trait Implementations§
source§impl Clone for ListApplicationsOutput
impl Clone for ListApplicationsOutput
source§fn clone(&self) -> ListApplicationsOutput
fn clone(&self) -> ListApplicationsOutput
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 ListApplicationsOutput
impl Debug for ListApplicationsOutput
source§impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
impl PartialEq<ListApplicationsOutput> for ListApplicationsOutput
source§fn eq(&self, other: &ListApplicationsOutput) -> bool
fn eq(&self, other: &ListApplicationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.