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 get_environment_template_version(
&self
) -> &Option<EnvironmentTemplateVersion>
pub fn get_environment_template_version( &self ) -> &Option<EnvironmentTemplateVersion>
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 for DeleteEnvironmentTemplateVersionOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for DeleteEnvironmentTemplateVersionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEnvironmentTemplateVersionOutputBuilder
impl Send for DeleteEnvironmentTemplateVersionOutputBuilder
impl Sync for DeleteEnvironmentTemplateVersionOutputBuilder
impl Unpin for DeleteEnvironmentTemplateVersionOutputBuilder
impl UnwindSafe for DeleteEnvironmentTemplateVersionOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.