Class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>
@Generated("software.amazon.awssdk:codegen") public final class AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder,AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification>
Details about the launch template to use.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlaunchTemplateId()The identifier of the launch template.StringlaunchTemplateName()The name of the launch template.List<SdkField<?>>sdkFields()static Class<? extends AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder>serializableBuilderClass()AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()Identifies the version of the launch template.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
launchTemplateId
public final String launchTemplateId()
The identifier of the launch template. You must specify either
LaunchTemplateIdorLaunchTemplateName.- Returns:
- The identifier of the launch template. You must specify either
LaunchTemplateIdorLaunchTemplateName.
-
launchTemplateName
public final String launchTemplateName()
The name of the launch template. You must specify either
LaunchTemplateIdorLaunchTemplateName.- Returns:
- The name of the launch template. You must specify either
LaunchTemplateIdorLaunchTemplateName.
-
version
public final String version()
Identifies the version of the launch template. You can specify a version identifier, or use the values
$Latestor$Default.- Returns:
- Identifies the version of the launch template. You can specify a version identifier, or use the values
$Latestor$Default.
-
toBuilder
public AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder toBuilder()
-
builder
public static AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-