@Generated(value="software.amazon.awssdk:codegen") public final class ContactListDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactListDestination.Builder,ContactListDestination>
An object that contains details about the action of a contact list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactListDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContactListDestination.Builder |
builder() |
ContactListImportAction |
contactListImportAction()
>The type of action to perform on the addresses.
|
String |
contactListImportActionAsString()
>The type of action to perform on the addresses.
|
String |
contactListName()
The name of the 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 ContactListDestination.Builder> |
serializableBuilderClass() |
ContactListDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contactListName()
The name of the contact list.
public final ContactListImportAction contactListImportAction()
>The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
If the service returns an enum value that is not available in the current SDK version,
contactListImportAction will return ContactListImportAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contactListImportActionAsString().
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
ContactListImportActionpublic final String contactListImportActionAsString()
>The type of action to perform on the addresses. The following are the possible values:
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
If the service returns an enum value that is not available in the current SDK version,
contactListImportAction will return ContactListImportAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contactListImportActionAsString().
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
DELETE: remove the addresses from the contact list.
ContactListImportActionpublic ContactListDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactListDestination.Builder,ContactListDestination>public static ContactListDestination.Builder builder()
public static Class<? extends ContactListDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.