@Generated(value="software.amazon.awssdk:codegen") public final class SuppressionListDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuppressionListDestination.Builder,SuppressionListDestination>
An object that contains details about the action of suppression list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuppressionListDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuppressionListDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuppressionListDestination.Builder> |
serializableBuilderClass() |
SuppressionListImportAction |
suppressionListImportAction()
The type of action to perform on the address.
|
String |
suppressionListImportActionAsString()
The type of action to perform on the address.
|
SuppressionListDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SuppressionListImportAction suppressionListImportAction()
The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
If the service returns an enum value that is not available in the current SDK version,
suppressionListImportAction will return SuppressionListImportAction.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from suppressionListImportActionAsString().
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
SuppressionListImportActionpublic final String suppressionListImportActionAsString()
The type of action to perform on the address. The following are possible values:
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
If the service returns an enum value that is not available in the current SDK version,
suppressionListImportAction will return SuppressionListImportAction.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from suppressionListImportActionAsString().
PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the suppression list.
SuppressionListImportActionpublic SuppressionListDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuppressionListDestination.Builder,SuppressionListDestination>public static SuppressionListDestination.Builder builder()
public static Class<? extends SuppressionListDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.