Class SnsSubscriptionConfirmation
java.lang.Object
software.amazon.awssdk.messagemanager.sns.model.SnsMessage
software.amazon.awssdk.messagemanager.sns.model.SnsSubscriptionConfirmation
A 'SubscriptionConfirmation' message from SNS.
See the API reference for more information.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class software.amazon.awssdk.messagemanager.sns.model.SnsMessage
message, messageId, signature, signatureVersion, signingCertUrl, timestamp, topicArn
-
Method Details
-
type
Description copied from class:SnsMessageThe type of this message.- Specified by:
typein classSnsMessage
-
subscribeUrl
The URL that can be visited to confirm subscription to the topic. -
token
A value that can be used with the ConfirmSubscription API to confirm subscription to the topic. -
equals
- Overrides:
equalsin classSnsMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classSnsMessage
-
toString
-
builder
-