Struct aws_sdk_elasticbeanstalk::operation::describe_application_versions::builders::DescribeApplicationVersionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeApplicationVersionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeApplicationVersionsOutput
.
Implementations§
source§impl DescribeApplicationVersionsOutputBuilder
impl DescribeApplicationVersionsOutputBuilder
sourcepub fn application_versions(self, input: ApplicationVersionDescription) -> Self
pub fn application_versions(self, input: ApplicationVersionDescription) -> Self
Appends an item to application_versions
.
To override the contents of this collection use set_application_versions
.
List of ApplicationVersionDescription
objects sorted in order of creation.
sourcepub fn set_application_versions(
self,
input: Option<Vec<ApplicationVersionDescription>>
) -> Self
pub fn set_application_versions( self, input: Option<Vec<ApplicationVersionDescription>> ) -> Self
List of ApplicationVersionDescription
objects sorted in order of creation.
sourcepub fn get_application_versions(
&self
) -> &Option<Vec<ApplicationVersionDescription>>
pub fn get_application_versions( &self ) -> &Option<Vec<ApplicationVersionDescription>>
List of ApplicationVersionDescription
objects sorted in order of creation.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
sourcepub fn build(self) -> DescribeApplicationVersionsOutput
pub fn build(self) -> DescribeApplicationVersionsOutput
Consumes the builder and constructs a DescribeApplicationVersionsOutput
.
Trait Implementations§
source§impl Clone for DescribeApplicationVersionsOutputBuilder
impl Clone for DescribeApplicationVersionsOutputBuilder
source§fn clone(&self) -> DescribeApplicationVersionsOutputBuilder
fn clone(&self) -> DescribeApplicationVersionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeApplicationVersionsOutputBuilder
impl Default for DescribeApplicationVersionsOutputBuilder
source§fn default() -> DescribeApplicationVersionsOutputBuilder
fn default() -> DescribeApplicationVersionsOutputBuilder
source§impl PartialEq<DescribeApplicationVersionsOutputBuilder> for DescribeApplicationVersionsOutputBuilder
impl PartialEq<DescribeApplicationVersionsOutputBuilder> for DescribeApplicationVersionsOutputBuilder
source§fn eq(&self, other: &DescribeApplicationVersionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeApplicationVersionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.