@Generated(value="software.amazon.awssdk:codegen") public final class ImportDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportDestination.Builder,ImportDestination>
An object that contains details about the resource destination the import job is going to target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportDestination.Builder |
builder() |
ContactListDestination |
contactListDestination()
An object that contains the action of the import job towards a contact list.
|
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 ImportDestination.Builder> |
serializableBuilderClass() |
SuppressionListDestination |
suppressionListDestination()
An object that contains the action of the import job towards suppression list.
|
ImportDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic SuppressionListDestination suppressionListDestination()
An object that contains the action of the import job towards suppression list.
public ContactListDestination contactListDestination()
An object that contains the action of the import job towards a contact list.
public ImportDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportDestination.Builder,ImportDestination>public static ImportDestination.Builder builder()
public static Class<? extends ImportDestination.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.