pub struct Builder { /* private fields */ }
Expand description
A builder for ListApplicationsOutput
.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> ListApplicationsOutput
pub fn build(self) -> ListApplicationsOutput
Consumes the builder and constructs a ListApplicationsOutput
.