@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, wait
copy
public final SuppressionListDestination suppressionListDestination()
An object that contains the action of the import job towards suppression list.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.