Class RedshiftDataShareDetails

    • Method Detail

      • arn

        public final String arn()

        The ARN of the underlying Redshift data share that is being affected by this notification.

        Returns:
        The ARN of the underlying Redshift data share that is being affected by this notification.
      • database

        public final String database()

        The database name in the Redshift data share that is being affected by this notification.

        Returns:
        The database name in the Redshift data share that is being affected by this notification.
      • function

        public final String function()

        A function name in the Redshift database that is being affected by this notification.

        Returns:
        A function name in the Redshift database that is being affected by this notification.
      • table

        public final String table()

        A table name in the Redshift database that is being affected by this notification.

        Returns:
        A table name in the Redshift database that is being affected by this notification.
      • schema

        public final String schema()

        A schema name in the Redshift database that is being affected by this notification.

        Returns:
        A schema name in the Redshift database that is being affected by this notification.
      • view

        public final String view()

        A view name in the Redshift database that is being affected by this notification.

        Returns:
        A view name in the Redshift database that is being affected by this notification.
      • 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)