#[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
Specify the ID of the launch template that the AMI should use for Windows fast launch.
sourcepub fn set_launch_template_id(self, input: Option<String>) -> Self
pub fn set_launch_template_id(self, input: Option<String>) -> Self
Specify the ID of the launch template that the AMI should use for Windows fast launch.
sourcepub fn get_launch_template_id(&self) -> &Option<String>
pub fn get_launch_template_id(&self) -> &Option<String>
Specify the ID of the launch template that the AMI should use for Windows fast launch.
sourcepub fn launch_template_name(self, input: impl Into<String>) -> Self
pub fn launch_template_name(self, input: impl Into<String>) -> Self
Specify the name of the launch template that the AMI should use for Windows fast launch.
sourcepub fn set_launch_template_name(self, input: Option<String>) -> Self
pub fn set_launch_template_name(self, input: Option<String>) -> Self
Specify the name of the launch template that the AMI should use for Windows fast launch.
sourcepub fn get_launch_template_name(&self) -> &Option<String>
pub fn get_launch_template_name(&self) -> &Option<String>
Specify the name of the launch template that the AMI should use for Windows fast launch.
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
Specify the version of the launch template that the AMI should use for Windows fast launch.
This field is required.sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
Specify the version of the launch template that the AMI should use for Windows fast launch.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
Specify the version of the launch template that the AMI should use for Windows fast launch.
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 for FastLaunchLaunchTemplateSpecificationRequestBuilder
impl PartialEq 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 ==
.