Class FleetLaunchTemplateSpecificationRequest
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>
The Amazon EC2 launch template that can be used by an EC2 Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.
For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
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 FleetLaunchTemplateSpecificationRequest.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 the
LaunchTemplateIdor theLaunchTemplateName, but not both.- Returns:
- The ID of the launch template.
You must specify the
LaunchTemplateIdor theLaunchTemplateName, but not both.
-
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
The launch template version number,
$Latest, or$Default. You must specify a value, otherwise the request fails.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.- Returns:
- The launch template version number,
$Latest, or$Default. You must specify a value, otherwise the request fails.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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>
-
builder
-
serializableBuilderClass
public static Class<? extends FleetLaunchTemplateSpecificationRequest.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
-