@Generated(value="software.amazon.awssdk:codegen") public final class SNSDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SNSDestination.Builder,SNSDestination>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SNSDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SNSDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SNSDestination.Builder> |
serializableBuilderClass() |
SNSDestination.Builder |
toBuilder() |
String |
topicARN()
The ARN of the Amazon SNS topic that email sending events will be published to.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about
Amazon SNS topics, see the Amazon
SNS Developer Guide.public SNSDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SNSDestination.Builder,SNSDestination>public static SNSDestination.Builder builder()
public static Class<? extends SNSDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.