Struct aws_sdk_elasticbeanstalk::operation::create_application_version::builders::CreateApplicationVersionOutputBuilder
source · #[non_exhaustive]pub struct CreateApplicationVersionOutputBuilder { /* private fields */ }Expand description
A builder for CreateApplicationVersionOutput.
Implementations§
source§impl CreateApplicationVersionOutputBuilder
impl CreateApplicationVersionOutputBuilder
sourcepub fn application_version(self, input: ApplicationVersionDescription) -> Self
pub fn application_version(self, input: ApplicationVersionDescription) -> Self
The ApplicationVersionDescription of the application version.
sourcepub fn set_application_version(
self,
input: Option<ApplicationVersionDescription>
) -> Self
pub fn set_application_version( self, input: Option<ApplicationVersionDescription> ) -> Self
The ApplicationVersionDescription of the application version.
sourcepub fn build(self) -> CreateApplicationVersionOutput
pub fn build(self) -> CreateApplicationVersionOutput
Consumes the builder and constructs a CreateApplicationVersionOutput.
Trait Implementations§
source§impl Clone for CreateApplicationVersionOutputBuilder
impl Clone for CreateApplicationVersionOutputBuilder
source§fn clone(&self) -> CreateApplicationVersionOutputBuilder
fn clone(&self) -> CreateApplicationVersionOutputBuilder
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 Default for CreateApplicationVersionOutputBuilder
impl Default for CreateApplicationVersionOutputBuilder
source§fn default() -> CreateApplicationVersionOutputBuilder
fn default() -> CreateApplicationVersionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateApplicationVersionOutputBuilder> for CreateApplicationVersionOutputBuilder
impl PartialEq<CreateApplicationVersionOutputBuilder> for CreateApplicationVersionOutputBuilder
source§fn eq(&self, other: &CreateApplicationVersionOutputBuilder) -> bool
fn eq(&self, other: &CreateApplicationVersionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.