Class DashboardSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the resource.

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

        public final String dashboardId()

        Dashboard ID.

        Returns:
        Dashboard ID.
      • name

        public final String name()

        A display name for the dashboard.

        Returns:
        A display name for the dashboard.
      • createdTime

        public final Instant createdTime()

        The time that this dashboard was created.

        Returns:
        The time that this dashboard was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The last time that this dashboard was updated.

        Returns:
        The last time that this dashboard was updated.
      • publishedVersionNumber

        public final Long publishedVersionNumber()

        Published version number.

        Returns:
        Published version number.
      • lastPublishedTime

        public final Instant lastPublishedTime()

        The last time that this dashboard was published.

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