Class LaunchTemplateSpecification
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
Describes the launch template to use.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the launch template.final StringThe name of the launch template.static Class<? extends LaunchTemplateSpecification.Builder>final StringtoString()Returns a string representation of this object.final Stringversion()The launch template version number,$Latest, or$Default.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
launchTemplateId
The ID of the launch template.
You must specify either the launch template ID or the launch template name, but not both.
- Returns:
- The ID of the launch template.
You must specify either the launch template ID or the launch template name, but not both.
-
launchTemplateName
The name of the launch template.
You must specify either the launch template ID or the launch template name, but not both.
- Returns:
- The name of the launch template.
You must specify either the launch template ID or the launch template name, but not both.
-
version
The launch template version number,
$Latest, or$Default.A value of
$Latestuses the latest version of the launch template.A value of
$Defaultuses the default version of the launch template.Default: The default version of the launch template.
- Returns:
- The launch template version number,
$Latest, or$Default.A value of
$Latestuses the latest version of the launch template.A value of
$Defaultuses the default version of the launch template.Default: The default version of the launch template.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<LaunchTemplateSpecification.Builder,LaunchTemplateSpecification>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-