Class SNSDestination
- java.lang.Object
-
- software.amazon.awssdk.services.ses.model.SNSDestination
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SNSDestination.Builder,SNSDestination>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SNSDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 for email sending events.String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
topicARN
public final String topicARN()
The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
- Returns:
- The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic by using the ListTopics Amazon SNS
operation.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
-
toBuilder
public SNSDestination.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SNSDestination.Builder,SNSDestination>
-
builder
public static SNSDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends SNSDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
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.
-
-