Class LaunchTemplateVersion

    • Method Detail

      • launchTemplateId

        public final String launchTemplateId()

        The ID of the launch template.

        Returns:
        The ID of the launch template.
      • launchTemplateName

        public final String launchTemplateName()

        The name of the launch template.

        Returns:
        The name of the launch template.
      • versionNumber

        public final Long versionNumber()

        The version number.

        Returns:
        The version number.
      • versionDescription

        public final String versionDescription()

        The description for the version.

        Returns:
        The description for the version.
      • createTime

        public final Instant createTime()

        The time the version was created.

        Returns:
        The time the version was created.
      • createdBy

        public final String createdBy()

        The principal that created the version.

        Returns:
        The principal that created the version.
      • defaultVersion

        public final Boolean defaultVersion()

        Indicates whether the version is the default version.

        Returns:
        Indicates whether the version is the default version.
      • launchTemplateData

        public final ResponseLaunchTemplateData launchTemplateData()

        Information about the launch template.

        Returns:
        Information about 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)