Struct aws_sdk_ec2::operation::delete_launch_template::builders::DeleteLaunchTemplateOutputBuilder
source · #[non_exhaustive]pub struct DeleteLaunchTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteLaunchTemplateOutput
.
Implementations§
source§impl DeleteLaunchTemplateOutputBuilder
impl DeleteLaunchTemplateOutputBuilder
sourcepub fn launch_template(self, input: LaunchTemplate) -> Self
pub fn launch_template(self, input: LaunchTemplate) -> Self
Information about the launch template.
sourcepub fn set_launch_template(self, input: Option<LaunchTemplate>) -> Self
pub fn set_launch_template(self, input: Option<LaunchTemplate>) -> Self
Information about the launch template.
sourcepub fn get_launch_template(&self) -> &Option<LaunchTemplate>
pub fn get_launch_template(&self) -> &Option<LaunchTemplate>
Information about the launch template.
sourcepub fn build(self) -> DeleteLaunchTemplateOutput
pub fn build(self) -> DeleteLaunchTemplateOutput
Consumes the builder and constructs a DeleteLaunchTemplateOutput
.
Trait Implementations§
source§impl Clone for DeleteLaunchTemplateOutputBuilder
impl Clone for DeleteLaunchTemplateOutputBuilder
source§fn clone(&self) -> DeleteLaunchTemplateOutputBuilder
fn clone(&self) -> DeleteLaunchTemplateOutputBuilder
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 DeleteLaunchTemplateOutputBuilder
impl Default for DeleteLaunchTemplateOutputBuilder
source§fn default() -> DeleteLaunchTemplateOutputBuilder
fn default() -> DeleteLaunchTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteLaunchTemplateOutputBuilder
impl PartialEq for DeleteLaunchTemplateOutputBuilder
source§fn eq(&self, other: &DeleteLaunchTemplateOutputBuilder) -> bool
fn eq(&self, other: &DeleteLaunchTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteLaunchTemplateOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteLaunchTemplateOutputBuilder
impl RefUnwindSafe for DeleteLaunchTemplateOutputBuilder
impl Send for DeleteLaunchTemplateOutputBuilder
impl Sync for DeleteLaunchTemplateOutputBuilder
impl Unpin for DeleteLaunchTemplateOutputBuilder
impl UnwindSafe for DeleteLaunchTemplateOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.