Class ResponseLaunchTemplateData

    • Method Detail

      • kernelId

        public final String kernelId()

        The ID of the kernel, if applicable.

        Returns:
        The ID of the kernel, if applicable.
      • ebsOptimized

        public final Boolean ebsOptimized()

        Indicates whether the instance is optimized for Amazon EBS I/O.

        Returns:
        Indicates whether the instance is optimized for Amazon EBS I/O.
      • hasBlockDeviceMappings

        public final boolean hasBlockDeviceMappings()
        For responses, this returns true if the service returned a value for the BlockDeviceMappings property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • blockDeviceMappings

        public final List<LaunchTemplateBlockDeviceMapping> blockDeviceMappings()

        The block device mappings.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasBlockDeviceMappings() method.

        Returns:
        The block device mappings.
      • hasNetworkInterfaces

        public final boolean hasNetworkInterfaces()
        For responses, this returns true if the service returned a value for the NetworkInterfaces property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • networkInterfaces

        public final List<LaunchTemplateInstanceNetworkInterfaceSpecification> networkInterfaces()

        The network interfaces.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasNetworkInterfaces() method.

        Returns:
        The network interfaces.
      • imageId

        public final String imageId()

        The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will resolve to the ID of the AMI at instance launch.

        The value depends on what you specified in the request. The possible values are:

        • If an AMI ID was specified in the request, then this is the AMI ID.

        • If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as true, then this is the AMI ID that the parameter is mapped to in the Parameter Store.

        • If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as false, then this is the parameter value.

        For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

        Returns:
        The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will resolve to the ID of the AMI at instance launch.

        The value depends on what you specified in the request. The possible values are:

        • If an AMI ID was specified in the request, then this is the AMI ID.

        • If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as true, then this is the AMI ID that the parameter is mapped to in the Parameter Store.

        • If a Systems Manager parameter was specified in the request, and ResolveAlias was configured as false, then this is the parameter value.

        For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

      • keyName

        public final String keyName()

        The name of the key pair.

        Returns:
        The name of the key pair.
      • monitoring

        public final LaunchTemplatesMonitoring monitoring()

        The monitoring for the instance.

        Returns:
        The monitoring for the instance.
      • placement

        public final LaunchTemplatePlacement placement()

        The placement of the instance.

        Returns:
        The placement of the instance.
      • ramDiskId

        public final String ramDiskId()

        The ID of the RAM disk, if applicable.

        Returns:
        The ID of the RAM disk, if applicable.
      • disableApiTermination

        public final Boolean disableApiTermination()

        If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

        Returns:
        If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.
      • instanceInitiatedShutdownBehaviorAsString

        public final String instanceInitiatedShutdownBehaviorAsString()

        Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

        If the service returns an enum value that is not available in the current SDK version, instanceInitiatedShutdownBehavior will return ShutdownBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from instanceInitiatedShutdownBehaviorAsString().

        Returns:
        Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
        See Also:
        ShutdownBehavior
      • userData

        public final String userData()

        The user data for the instance.

        Returns:
        The user data for the instance.
      • hasTagSpecifications

        public final boolean hasTagSpecifications()
        For responses, this returns true if the service returned a value for the TagSpecifications property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • tagSpecifications

        public final List<LaunchTemplateTagSpecification> tagSpecifications()

        The tags that are applied to the resources that are created during instance launch.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTagSpecifications() method.

        Returns:
        The tags that are applied to the resources that are created during instance launch.
      • hasElasticGpuSpecifications

        public final boolean hasElasticGpuSpecifications()
        For responses, this returns true if the service returned a value for the ElasticGpuSpecifications property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • elasticGpuSpecifications

        public final List<ElasticGpuSpecificationResponse> elasticGpuSpecifications()

        The elastic GPU specification.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasElasticGpuSpecifications() method.

        Returns:
        The elastic GPU specification.
      • hasElasticInferenceAccelerators

        public final boolean hasElasticInferenceAccelerators()
        For responses, this returns true if the service returned a value for the ElasticInferenceAccelerators property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • elasticInferenceAccelerators

        public final List<LaunchTemplateElasticInferenceAcceleratorResponse> elasticInferenceAccelerators()

        An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

        You cannot specify accelerators from different generations in the same request.

        Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasElasticInferenceAccelerators() method.

        Returns:
        An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

        You cannot specify accelerators from different generations in the same request.

        Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

      • hasSecurityGroupIds

        public final boolean hasSecurityGroupIds()
        For responses, this returns true if the service returned a value for the SecurityGroupIds property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • securityGroupIds

        public final List<String> securityGroupIds()

        The security group IDs.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.

        Returns:
        The security group IDs.
      • hasSecurityGroups

        public final boolean hasSecurityGroups()
        For responses, this returns true if the service returned a value for the SecurityGroups property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • securityGroups

        public final List<String> securityGroups()

        The security group names.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasSecurityGroups() method.

        Returns:
        The security group names.
      • instanceMarketOptions

        public final LaunchTemplateInstanceMarketOptions instanceMarketOptions()

        The market (purchasing) option for the instances.

        Returns:
        The market (purchasing) option for the instances.
      • creditSpecification

        public final CreditSpecification creditSpecification()

        The credit option for CPU usage of the instance.

        Returns:
        The credit option for CPU usage of the instance.
      • capacityReservationSpecification

        public final LaunchTemplateCapacityReservationSpecificationResponse capacityReservationSpecification()

        Information about the Capacity Reservation targeting option.

        Returns:
        Information about the Capacity Reservation targeting option.
      • hasLicenseSpecifications

        public final boolean hasLicenseSpecifications()
        For responses, this returns true if the service returned a value for the LicenseSpecifications property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • licenseSpecifications

        public final List<LaunchTemplateLicenseConfiguration> licenseSpecifications()

        The license configurations.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasLicenseSpecifications() method.

        Returns:
        The license configurations.
      • hibernationOptions

        public final LaunchTemplateHibernationOptions hibernationOptions()

        Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

        Returns:
        Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.
      • enclaveOptions

        public final LaunchTemplateEnclaveOptions enclaveOptions()

        Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

        Returns:
        Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
      • instanceRequirements

        public final InstanceRequirements instanceRequirements()

        The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

        If you specify InstanceRequirements, you can't specify InstanceTypes.

        Returns:
        The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

        If you specify InstanceRequirements, you can't specify InstanceTypes.

      • privateDnsNameOptions

        public final LaunchTemplatePrivateDnsNameOptions privateDnsNameOptions()

        The options for the instance hostname.

        Returns:
        The options for the instance hostname.
      • disableApiStop

        public final Boolean disableApiStop()

        Indicates whether the instance is enabled for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.

        Returns:
        Indicates whether the instance is enabled for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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)