Class SuppressedDestinationSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>
A summary that describes the suppressed email address.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe email address that's 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 SuppressedDestinationSummary.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
-
emailAddress
The email address that's on the suppression list for your account or for a specific tenant.
- Returns:
- The email address that's 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>
-
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
-