Class SuppressedDestination
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuppressedDestination.Builder,SuppressedDestination>
An object that contains information about 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 TypeMethodDescriptionAn optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.builder()final StringThe email address that is on the suppression list for your account or for a specific tenant.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time when the suppressed destination was last updated, shown in Unix time format.final SuppressionListReasonreason()The reason that the address was added to the suppression list for your account or for a specific tenant.final StringThe reason that the address was added to the suppression list for your account or for a specific tenant.static Class<? extends SuppressedDestination.Builder>final StringThe name of the tenant that the suppressed destination belongs to.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
-
emailAddress
The email address that is on the suppression list for your account or for a specific tenant.
- Returns:
- The email address that is on the suppression list for your account or for a specific tenant.
-
reason
The reason that the address was added to the suppression list for your account or for a specific tenant.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnSuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason that the address was added to the suppression list for your account or for a specific tenant.
- See Also:
-
reasonAsString
The reason that the address was added to the suppression list for your account or for a specific tenant.
If the service returns an enum value that is not available in the current SDK version,
reasonwill returnSuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromreasonAsString().- Returns:
- The reason that the address was added to the suppression list for your account or for a specific tenant.
- See Also:
-
lastUpdateTime
The date and time when the suppressed destination was last updated, shown in Unix time format.
- Returns:
- The date and time when the suppressed destination was last updated, shown in Unix time format.
-
attributes
An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.
- Returns:
- An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.
-
tenantName
The name of the tenant that the suppressed destination belongs to. This field is present only when the suppressed destination is on a tenant's suppression list.
- Returns:
- The name of the tenant that the suppressed destination belongs to. This field is present only when the suppressed destination is on a tenant's suppression list.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuppressedDestination.Builder,SuppressedDestination>
-
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
-