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 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 ==.