Struct aws_sdk_codedeploy::operation::list_applications::builders::ListApplicationsOutputBuilder
source · #[non_exhaustive]pub struct ListApplicationsOutputBuilder { /* private fields */ }
Expand description
A builder for ListApplicationsOutput
.
Implementations§
source§impl ListApplicationsOutputBuilder
impl ListApplicationsOutputBuilder
sourcepub fn applications(self, input: impl Into<String>) -> Self
pub fn applications(self, input: impl Into<String>) -> Self
Appends an item to applications
.
To override the contents of this collection use set_applications
.
A list of application names.
sourcepub fn set_applications(self, input: Option<Vec<String>>) -> Self
pub fn set_applications(self, input: Option<Vec<String>>) -> Self
A list of application names.
sourcepub fn get_applications(&self) -> &Option<Vec<String>>
pub fn get_applications(&self) -> &Option<Vec<String>>
A list of application names.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
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.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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.
sourcepub fn build(self) -> ListApplicationsOutput
pub fn build(self) -> ListApplicationsOutput
Consumes the builder and constructs a ListApplicationsOutput
.
Trait Implementations§
source§impl Clone for ListApplicationsOutputBuilder
impl Clone for ListApplicationsOutputBuilder
source§fn clone(&self) -> ListApplicationsOutputBuilder
fn clone(&self) -> ListApplicationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListApplicationsOutputBuilder
impl Default for ListApplicationsOutputBuilder
source§fn default() -> ListApplicationsOutputBuilder
fn default() -> ListApplicationsOutputBuilder
source§impl PartialEq for ListApplicationsOutputBuilder
impl PartialEq for ListApplicationsOutputBuilder
source§fn eq(&self, other: &ListApplicationsOutputBuilder) -> bool
fn eq(&self, other: &ListApplicationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.