Class SuppressedDestinationAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.SuppressedDestinationAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSuppressedDestinationAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuppressedDestinationAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfeedbackId()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)inthashCode()StringmessageId()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.BuildertoBuilder()StringtoString()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
-
messageId
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.
- Returns:
- The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
-
feedbackId
public final String feedbackId()
A unique identifier that's generated when an email address is added to the suppression list for your account.
- Returns:
- A unique identifier that's generated when an email address is added to the suppression list for your account.
-
toBuilder
public SuppressedDestinationAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
-
builder
public static SuppressedDestinationAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends SuppressedDestinationAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-