Class ConfirmSubscriptionRequest

    • Method Detail

      • topicArn

        public final String topicArn()

        The ARN of the topic for which you wish to confirm a subscription.

        Returns:
        The ARN of the topic for which you wish to confirm a subscription.
      • token

        public final String token()

        Short-lived token sent to an endpoint during the Subscribe action.

        Returns:
        Short-lived token sent to an endpoint during the Subscribe action.
      • authenticateOnUnsubscribe

        public final String authenticateOnUnsubscribe()

        Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.

        Returns:
        Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.
      • 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