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 get_application_version(&self) -> &Option<ApplicationVersionDescription>
pub fn get_application_version(&self) -> &Option<ApplicationVersionDescription>
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 ==
.impl StructuralPartialEq for CreateApplicationVersionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateApplicationVersionOutputBuilder
impl Send for CreateApplicationVersionOutputBuilder
impl Sync for CreateApplicationVersionOutputBuilder
impl Unpin for CreateApplicationVersionOutputBuilder
impl UnwindSafe for CreateApplicationVersionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more