Class SubscriptionSummary

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the subscription was created.

        Returns:
        The timestamp of when the subscription was created.
      • createdBy

        public final String createdBy()

        The Amazon DataZone user who created the subscription.

        Returns:
        The Amazon DataZone user who created the subscription.
      • domainId

        public final String domainId()

        The identifier of the Amazon DataZone domain in which a subscription exists.

        Returns:
        The identifier of the Amazon DataZone domain in which a subscription exists.
      • id

        public final String id()

        The identifier of the subscription.

        Returns:
        The identifier of the subscription.
      • retainPermissions

        public final Boolean retainPermissions()

        The retain permissions included in the subscription.

        Returns:
        The retain permissions included in the subscription.
      • subscribedListing

        public final SubscribedListing subscribedListing()

        The listing included in the subscription.

        Returns:
        The listing included in the subscription.
      • subscribedPrincipal

        public final SubscribedPrincipal subscribedPrincipal()

        The principal included in the subscription.

        Returns:
        The principal included in the subscription.
      • subscriptionRequestId

        public final String subscriptionRequestId()

        The identifier of the subscription request for the subscription.

        Returns:
        The identifier of the subscription request for the subscription.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the subscription was updated.

        Returns:
        The timestamp of when the subscription was updated.
      • updatedBy

        public final String updatedBy()

        The Amazon DataZone user who updated the subscription.

        Returns:
        The Amazon DataZone user who updated the subscription.
      • 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)