@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, wait
copy
public final String emailAddress()
The email address that's on the suppression list for your account.
public final 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()
.
SuppressionListReason
public final 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()
.
SuppressionListReason
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.