Struct aws_sdk_securityhub::types::builders::AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source · #[non_exhaustive]pub struct AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder { /* private fields */ }Expand description
Implementations§
source§impl AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
impl AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
sourcepub fn launch_template_id(self, input: impl Into<String>) -> Self
pub fn launch_template_id(self, input: impl Into<String>) -> Self
The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
sourcepub fn set_launch_template_id(self, input: Option<String>) -> Self
pub fn set_launch_template_id(self, input: Option<String>) -> Self
The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
sourcepub fn get_launch_template_id(&self) -> &Option<String>
pub fn get_launch_template_id(&self) -> &Option<String>
The identifier of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
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. You must specify either LaunchTemplateId or LaunchTemplateName.
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. You must specify either LaunchTemplateId or LaunchTemplateName.
sourcepub fn get_launch_template_name(&self) -> &Option<String>
pub fn get_launch_template_name(&self) -> &Option<String>
The name of the launch template. You must specify either LaunchTemplateId or LaunchTemplateName.
sourcepub fn version(self, input: impl Into<String>) -> Self
pub fn version(self, input: impl Into<String>) -> Self
Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.
sourcepub fn get_version(&self) -> &Option<String>
pub fn get_version(&self) -> &Option<String>
Identifies the version of the launch template. You can specify a version identifier, or use the values $Latest or $Default.
sourcepub fn build(
self
) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
pub fn build( self ) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
Consumes the builder and constructs a AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.
Trait Implementations§
source§impl Clone for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
impl Clone for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source§fn clone(
&self
) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
fn clone( &self ) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
impl Debug for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source§impl Default for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
impl Default for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source§fn default(
) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
fn default( ) -> AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source§impl PartialEq for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
impl PartialEq for AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
source§fn eq(
&self,
other: &AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder
) -> bool
fn eq( &self, other: &AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecificationBuilder ) -> bool
self and other values to be equal, and is used
by ==.