Class EnvironmentTemplateVersion

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the version of an environment template.

        Returns:
        The Amazon Resource Name (ARN) of the version of an environment template.
      • createdAt

        public final Instant createdAt()

        The time when the version of an environment template was created.

        Returns:
        The time when the version of an environment template was created.
      • description

        public final String description()

        A description of the minor version of an environment template.

        Returns:
        A description of the minor version of an environment template.
      • lastModifiedAt

        public final Instant lastModifiedAt()

        The time when the version of an environment template was last modified.

        Returns:
        The time when the version of an environment template was last modified.
      • majorVersion

        public final String majorVersion()

        The latest major version that's associated with the version of an environment template.

        Returns:
        The latest major version that's associated with the version of an environment template.
      • minorVersion

        public final String minorVersion()

        The minor version of an environment template.

        Returns:
        The minor version of an environment template.
      • recommendedMinorVersion

        public final String recommendedMinorVersion()

        The recommended minor version of the environment template.

        Returns:
        The recommended minor version of the environment template.
      • schema

        public final String schema()

        The schema of the version of an environment template.

        Returns:
        The schema of the version of an environment template.
      • statusMessage

        public final String statusMessage()

        The status message of the version of an environment template.

        Returns:
        The status message of the version of an environment template.
      • templateName

        public final String templateName()

        The name of the version of an environment template.

        Returns:
        The name of the version of an environment 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)