Class FleetLaunchTemplateSpecificationRequest

java.lang.Object
software.amazon.awssdk.services.ec2.model.FleetLaunchTemplateSpecificationRequest
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>

@Generated("software.amazon.awssdk:codegen") public final class FleetLaunchTemplateSpecificationRequest extends Object implements SdkPojo, Serializable, 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:
  • Method Details

    • launchTemplateId

      public final String launchTemplateId()

      The ID of the launch template.

      You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

      Returns:
      The ID of the launch template.

      You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

    • launchTemplateName

      public final String launchTemplateName()

      The name of the launch template.

      You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

      Returns:
      The name of the launch template.

      You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

    • version

      public final String 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:
      toBuilder in interface ToCopyableBuilder<FleetLaunchTemplateSpecificationRequest.Builder,FleetLaunchTemplateSpecificationRequest>
    • builder

    • serializableBuilderClass

      public static Class<? extends FleetLaunchTemplateSpecificationRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo