@Generated(value="software.amazon.awssdk:codegen") public final class SuppressedDestinationAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
An object that contains additional attributes that are related an email address that is on the suppression list for your account.
Modifier and Type | Class and Description |
---|---|
static interface |
SuppressedDestinationAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static SuppressedDestinationAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
feedbackId()
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageId()
The unique identifier of the email message that caused the email address to be added to the suppression list for
your account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuppressedDestinationAttributes.Builder> |
serializableBuilderClass() |
SuppressedDestinationAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String messageId()
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
public final String feedbackId()
A unique identifier that's generated when an email address is added to the suppression list for your account.
public SuppressedDestinationAttributes.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
public static SuppressedDestinationAttributes.Builder builder()
public static Class<? extends SuppressedDestinationAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.