public class SNSDestination
extends java.lang.Object
implements java.io.Serializable
Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Constructor and Description |
---|
SNSDestination() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTopicARN()
The ARN of the Amazon SNS topic that email sending events will be
published to.
|
int |
hashCode() |
void |
setTopicARN(java.lang.String topicARN)
The ARN of the Amazon SNS topic that email sending events will be
published to.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SNSDestination |
withTopicARN(java.lang.String topicARN)
The ARN of the Amazon SNS topic that email sending events will be
published to.
|
public java.lang.String getTopicARN()
The ARN of the Amazon SNS topic that email sending events will be
published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For more
information about Amazon SNS topics, see the Amazon
SNS Developer Guide.
The ARN of the Amazon SNS topic that email sending events will be
published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For more
information about Amazon SNS topics, see the Amazon SNS Developer Guide.
public void setTopicARN(java.lang.String topicARN)
The ARN of the Amazon SNS topic that email sending events will be
published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For more
information about Amazon SNS topics, see the Amazon
SNS Developer Guide.
topicARN
-
The ARN of the Amazon SNS topic that email sending events will
be published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For
more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
public SNSDestination withTopicARN(java.lang.String topicARN)
The ARN of the Amazon SNS topic that email sending events will be
published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For more
information about Amazon SNS topics, see the Amazon
SNS Developer Guide.
Returns a reference to this object so that method calls can be chained together.
topicARN
-
The ARN of the Amazon SNS topic that email sending events will
be published to. An example of an Amazon SNS topic ARN is
arn:aws:sns:us-west-2:123456789012:MyTopic
. For
more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.