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