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 or for a specific tenant.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringA unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.static Class<? extends SuppressedDestinationAttributes.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
messageId
The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.
- Returns:
- The unique identifier of the email message that caused the email address to be added to the suppression list for your account or for a specific tenant.
-
feedbackId
A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.
- Returns:
- A unique identifier that's generated when an email address is added to the suppression list for your account or for a specific tenant.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuppressedDestinationAttributes.Builder,SuppressedDestinationAttributes>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-