#[non_exhaustive]pub struct FastLaunchLaunchTemplateSpecificationRequestBuilder { /* private fields */ }
Expand description
A builder for FastLaunchLaunchTemplateSpecificationRequest
.
Implementations§
source§impl FastLaunchLaunchTemplateSpecificationRequestBuilder
impl FastLaunchLaunchTemplateSpecificationRequestBuilder
sourcepub fn launch_template_id(self, input: impl Into<String>) -> Self
pub fn launch_template_id(self, input: impl Into<String>) -> Self
The ID of the launch template to use for faster launching for a Windows AMI.
sourcepub fn set_launch_template_id(self, input: Option<String>) -> Self
pub fn set_launch_template_id(self, input: Option<String>) -> Self
The ID of the launch template to use for faster launching for a Windows AMI.
sourcepub fn get_launch_template_id(&self) -> &Option<String>
pub fn get_launch_template_id(&self) -> &Option<String>
The ID of the launch template to use for faster launching for a Windows AMI.
sourcepub fn launch_template_name(self, input: impl Into<String>) -> Self
pub fn launch_template_name(self, input: impl Into<String>) -> Self
The name of the launch template to use for faster launching for a Windows AMI.
sourcepub fn set_launch_template_name(self, input: Option<String>) -> Self
pub fn set_launch_template_name(self, input: Option<String>) -> Self
The name of the launch template to use for faster launching for a Windows AMI.
sourcepub fn get_launch_template_name(&self) -> &Option<String>
pub fn get_launch_template_name(&self) -> &Option<String>
The name of the launch template to use for faster launching for a Windows AMI.
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
The version of the launch template to use for faster launching for a Windows AMI.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of the launch template to use for faster launching for a Windows AMI.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
The version of the launch template to use for faster launching for a Windows AMI.
sourcepub fn build(self) -> FastLaunchLaunchTemplateSpecificationRequest
pub fn build(self) -> FastLaunchLaunchTemplateSpecificationRequest
Consumes the builder and constructs a FastLaunchLaunchTemplateSpecificationRequest
.
Trait Implementations§
source§impl Clone for FastLaunchLaunchTemplateSpecificationRequestBuilder
impl Clone for FastLaunchLaunchTemplateSpecificationRequestBuilder
source§fn clone(&self) -> FastLaunchLaunchTemplateSpecificationRequestBuilder
fn clone(&self) -> FastLaunchLaunchTemplateSpecificationRequestBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for FastLaunchLaunchTemplateSpecificationRequestBuilder
impl Default for FastLaunchLaunchTemplateSpecificationRequestBuilder
source§fn default() -> FastLaunchLaunchTemplateSpecificationRequestBuilder
fn default() -> FastLaunchLaunchTemplateSpecificationRequestBuilder
source§impl PartialEq<FastLaunchLaunchTemplateSpecificationRequestBuilder> for FastLaunchLaunchTemplateSpecificationRequestBuilder
impl PartialEq<FastLaunchLaunchTemplateSpecificationRequestBuilder> for FastLaunchLaunchTemplateSpecificationRequestBuilder
source§fn eq(
&self,
other: &FastLaunchLaunchTemplateSpecificationRequestBuilder
) -> bool
fn eq( &self, other: &FastLaunchLaunchTemplateSpecificationRequestBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.