Class ImportDestination
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.ImportDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportDestination.Builder,ImportDestination>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportDestination.Builderbuilder()ContactListDestinationcontactListDestination()An object that contains the action of the import job towards a contact list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ImportDestination.Builder>serializableBuilderClass()SuppressionListDestinationsuppressionListDestination()An object that contains the action of the import job towards suppression list.ImportDestination.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
suppressionListDestination
public final SuppressionListDestination suppressionListDestination()
An object that contains the action of the import job towards suppression list.
- Returns:
- An object that contains the action of the import job towards suppression list.
-
contactListDestination
public final ContactListDestination contactListDestination()
An object that contains the action of the import job towards a contact list.
- Returns:
- An object that contains the action of the import job towards a contact list.
-
toBuilder
public ImportDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportDestination.Builder,ImportDestination>
-
builder
public static ImportDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportDestination.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-