@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactListDestination extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains details about the action of a contact list.
Constructor and Description |
---|
ContactListDestination() |
Modifier and Type | Method and Description |
---|---|
ContactListDestination |
clone() |
boolean |
equals(Object obj) |
String |
getContactListImportAction()
>The type of action that you want to perform on the addresses.
|
String |
getContactListName()
The name of the contact list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactListImportAction(String contactListImportAction)
>The type of action that you want to perform on the addresses.
|
void |
setContactListName(String contactListName)
The name of the contact list.
|
String |
toString()
Returns a string representation of this object.
|
ContactListDestination |
withContactListImportAction(ContactListImportAction contactListImportAction)
>The type of action that you want to perform on the addresses.
|
ContactListDestination |
withContactListImportAction(String contactListImportAction)
>The type of action that you want to perform on the addresses.
|
ContactListDestination |
withContactListName(String contactListName)
The name of the contact list.
|
public void setContactListName(String contactListName)
The name of the contact list.
contactListName
- The name of the contact list.public String getContactListName()
The name of the contact list.
public ContactListDestination withContactListName(String contactListName)
The name of the contact list.
contactListName
- The name of the contact list.public void setContactListImportAction(String contactListImportAction)
>The type of action that you want to perform on the addresses. Acceptable 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.
contactListImportAction
- >The type of action that you want to perform on the addresses. Acceptable 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.
ContactListImportAction
public String getContactListImportAction()
>The type of action that you want to perform on the addresses. Acceptable 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.
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.
ContactListImportAction
public ContactListDestination withContactListImportAction(String contactListImportAction)
>The type of action that you want to perform on the addresses. Acceptable 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.
contactListImportAction
- >The type of action that you want to perform on the addresses. Acceptable 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.
ContactListImportAction
public ContactListDestination withContactListImportAction(ContactListImportAction contactListImportAction)
>The type of action that you want to perform on the addresses. Acceptable 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.
contactListImportAction
- >The type of action that you want to perform on the addresses. Acceptable 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.
ContactListImportAction
public String toString()
toString
in class Object
Object.toString()
public ContactListDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.