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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportDestination.Builderbuilder()final ContactListDestinationAn object that contains the action of the import job towards a contact list.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ImportDestination.Builder>An object that contains the action of the import job towards suppression list.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportDestination.Builder,ImportDestination>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-