Class SnsNotification
java.lang.Object
software.amazon.awssdk.messagemanager.sns.model.SnsMessage
software.amazon.awssdk.messagemanager.sns.model.SnsNotification
A 'Notification' 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
-
subject
The subject of the message. This may benull. -
unsubscribeUrl
The URL that can be visited to unsubscribe from the topic. -
builder
-
equals
- Overrides:
equalsin classSnsMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classSnsMessage
-
toString
-