Class LaunchTemplateSpecification
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.LaunchTemplateSpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
@Generated("software.amazon.awssdk:codegen") public final class LaunchTemplateSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLaunchTemplateSpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LaunchTemplateSpecification.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlaunchTemplateId()The ID of the launch template.StringlaunchTemplateName()The name of the launch template.List<SdkField<?>>sdkFields()static Class<? extends LaunchTemplateSpecification.Builder>serializableBuilderClass()LaunchTemplateSpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The launch template version number,$Latest, or$Default.-
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 ID of the launch template.
You must specify the
LaunchTemplateIdor theLaunchTemplateName, but not both.- Returns:
- The ID of the launch template.
You must specify the
LaunchTemplateIdor theLaunchTemplateName, but not both.
-
launchTemplateName
public final String launchTemplateName()
The name of the launch template.
You must specify the
LaunchTemplateNameor theLaunchTemplateId, but not both.- Returns:
- The name of the launch template.
You must specify the
LaunchTemplateNameor theLaunchTemplateId, but not both.
-
version
public final String version()
The launch template version number,
$Latest, or$Default.If the value is
$Latest, Amazon EC2 uses the latest version of the launch template.If the value is
$Default, Amazon EC2 uses the default version of the launch template.Default: The default version of the launch template.
- Returns:
- The launch template version number,
$Latest, or$Default.If the value is
$Latest, Amazon EC2 uses the latest version of the launch template.If the value is
$Default, Amazon EC2 uses the default version of the launch template.Default: The default version of the launch template.
-
toBuilder
public LaunchTemplateSpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
-
builder
public static LaunchTemplateSpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends LaunchTemplateSpecification.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.
-
-