@Generated(value="software.amazon.awssdk:codegen") public final class SuppressedDestinationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>
A summary that describes the suppressed email address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuppressedDestinationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuppressedDestinationSummary.Builder |
builder() |
String |
emailAddress()
The email address that's on the suppression list for your account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressionListReason |
reason()
The reason that the address was added to the suppression list for your account.
|
String |
reasonAsString()
The reason that the address was added to the suppression list for your account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuppressedDestinationSummary.Builder> |
serializableBuilderClass() |
SuppressedDestinationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String emailAddress()
The email address that's on the suppression list for your account.
public SuppressionListReason reason()
The reason that the address was added to the suppression list for your account.
If the service returns an enum value that is not available in the current SDK version, reason will
return SuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reasonAsString().
SuppressionListReasonpublic String reasonAsString()
The reason that the address was added to the suppression list for your account.
If the service returns an enum value that is not available in the current SDK version, reason will
return SuppressionListReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reasonAsString().
SuppressionListReasonpublic Instant lastUpdateTime()
The date and time when the suppressed destination was last updated, shown in Unix time format.
public SuppressedDestinationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuppressedDestinationSummary.Builder,SuppressedDestinationSummary>public static SuppressedDestinationSummary.Builder builder()
public static Class<? extends SuppressedDestinationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.