Class PluginVisual

    • Method Detail

      • visualId

        public final String visualId()

        The ID of the visual that you want to use.

        Returns:
        The ID of the visual that you want to use.
      • pluginArn

        public final String pluginArn()

        The Amazon Resource Name (ARN) that reflects the plugin and version.

        Returns:
        The Amazon Resource Name (ARN) that reflects the plugin and version.
      • title

        public final VisualTitleLabelOptions title()
        Returns the value of the Title property for this object.
        Returns:
        The value of the Title property for this object.
      • subtitle

        public final VisualSubtitleLabelOptions subtitle()
        Returns the value of the Subtitle property for this object.
        Returns:
        The value of the Subtitle property for this object.
      • chartConfiguration

        public final PluginVisualConfiguration chartConfiguration()

        A description of the plugin field wells and their persisted properties.

        Returns:
        A description of the plugin field wells and their persisted properties.
      • visualContentAltText

        public final String visualContentAltText()

        The alt text for the visual.

        Returns:
        The alt text for the visual.
      • 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)