Class ThemeSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the resource.

        Returns:
        The Amazon Resource Name (ARN) of the resource.
      • name

        public final String name()

        the display name for the theme.

        Returns:
        the display name for the theme.
      • themeId

        public final String themeId()

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

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

        public final Long latestVersionNumber()

        The latest version number for the theme.

        Returns:
        The latest version number for the theme.
      • createdTime

        public final Instant createdTime()

        The date and time that this theme was created.

        Returns:
        The date and time that this theme was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last date and time that this theme was updated.

        Returns:
        The last date and time that this theme 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)