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<DeleteLaunchTemplateOutputBuilder> for DeleteLaunchTemplateOutputBuilder
impl PartialEq<DeleteLaunchTemplateOutputBuilder> 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 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