Class FleetLaunchTemplateSpecificationRequest

    • Method Detail

      • 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.

      • 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)