Class TemplateSummary

    • Method Detail

      • arn

        public final String arn()

        A summary of a template.

        Returns:
        A summary of a template.
      • templateId

        public final String templateId()

        The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Returns:
        The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      • name

        public final String name()

        A display name for the template.

        Returns:
        A display name for the template.
      • latestVersionNumber

        public final Long latestVersionNumber()

        A structure containing a list of version numbers for the template summary.

        Returns:
        A structure containing a list of version numbers for the template summary.
      • createdTime

        public final Instant createdTime()

        The last time that this template was created.

        Returns:
        The last time that this template was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last time that this template was updated.

        Returns:
        The last time that this template was updated.
      • 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)