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