Class GetSubscriptionResponse

    • 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 ID of the Amazon DataZone domain in which the subscription exists.

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

        public final String id()

        The ID of the subscription.

        Returns:
        The ID of the subscription.
      • retainPermissions

        public final Boolean retainPermissions()

        The retain permissions of the subscription.

        Returns:
        The retain permissions of the subscription.
      • subscribedListing

        public final SubscribedListing subscribedListing()

        The details of the published asset for which the subscription grant is created.

        Returns:
        The details of the published asset for which the subscription grant is created.
      • subscribedPrincipal

        public final SubscribedPrincipal subscribedPrincipal()

        The principal that owns the subscription.

        Returns:
        The principal that owns the subscription.
      • subscriptionRequestId

        public final String subscriptionRequestId()

        The ID of the subscription request.

        Returns:
        The ID of the subscription request.
      • 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.
      • 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