Struct aws_sdk_codedeploy::output::get_application_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetApplicationOutput
.
Implementations§
source§impl Builder
impl Builder
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
.