Class BrandSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the brand.

        Returns:
        The Amazon Resource Name (ARN) of the brand.
      • brandId

        public final String brandId()

        The ID of the QuickSight brand.

        Returns:
        The ID of the QuickSight brand.
      • brandName

        public final String brandName()

        The name of the brand.

        Returns:
        The name of the brand.
      • description

        public final String description()

        The description of the brand.

        Returns:
        The description of the brand.
      • brandStatusAsString

        public final String brandStatusAsString()

        The status of the brand.

        If the service returns an enum value that is not available in the current SDK version, brandStatus will return BrandStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from brandStatusAsString().

        Returns:
        The status of the brand.
        See Also:
        BrandStatus
      • createdTime

        public final Instant createdTime()

        The time that the brand was created.

        Returns:
        The time that the brand was created.
      • lastUpdatedTime

        public final Instant lastUpdatedTime()

        The time when the brand was last updated.

        Returns:
        The time when the brand was last 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)