Class CancelSubscriptionResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp that specifies when the request to cancel the subscription was created.

        Returns:
        The timestamp that specifies when the request to cancel the subscription was created.
      • createdBy

        public final String createdBy()

        Specifies the Amazon DataZone user who is cancelling the subscription.

        Returns:
        Specifies the Amazon DataZone user who is cancelling the subscription.
      • domainId

        public final String domainId()

        The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.

        Returns:
        The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.
      • id

        public final String id()

        The identifier of the subscription.

        Returns:
        The identifier of the subscription.
      • retainPermissions

        public final Boolean retainPermissions()

        Specifies whether the permissions to the asset are retained after the subscription is cancelled.

        Returns:
        Specifies whether the permissions to the asset are retained after the subscription is cancelled.
      • subscribedListing

        public final SubscribedListing subscribedListing()

        The asset to which a subscription is being cancelled.

        Returns:
        The asset to which a subscription is being cancelled.
      • subscribedPrincipal

        public final SubscribedPrincipal subscribedPrincipal()

        The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.

        Returns:
        The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.
      • subscriptionRequestId

        public final String subscriptionRequestId()

        The unique ID of the subscripton request for the subscription that is being cancelled.

        Returns:
        The unique ID of the subscripton request for the subscription that is being cancelled.
      • updatedAt

        public final Instant updatedAt()

        The timestamp that specifies when the subscription was cancelled.

        Returns:
        The timestamp that specifies when the subscription was cancelled.
      • updatedBy

        public final String updatedBy()

        The Amazon DataZone user that cancelled the subscription.

        Returns:
        The Amazon DataZone user that cancelled 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