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