Class ShareDetails

    • Method Detail

      • shareId

        public final String shareId()

        The ID for a share offer for an analytics store .

        Returns:
        The ID for a share offer for an analytics store .
      • resourceArn

        public final String resourceArn()

        The resource Arn of the analytics store being shared.

        Returns:
        The resource Arn of the analytics store being shared.
      • principalSubscriber

        public final String principalSubscriber()

        The principal subscriber is the account the analytics store data is being shared with.

        Returns:
        The principal subscriber is the account the analytics store data is being shared with.
      • ownerId

        public final String ownerId()

        The account ID for the data owner. The owner creates the share offer.

        Returns:
        The account ID for the data owner. The owner creates the share offer.
      • statusMessage

        public final String statusMessage()

        The status message for a share. It provides more details on the status of the share.

        Returns:
        The status message for a share. It provides more details on the status of the share.
      • shareName

        public final String shareName()

        The name of the share.

        Returns:
        The name of the share.
      • creationTime

        public final Instant creationTime()

        The timestamp for when the share was created.

        Returns:
        The timestamp for when the share was created.
      • updateTime

        public final Instant updateTime()

        The timestamp of the share update.

        Returns:
        The timestamp of the share update.
      • 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)