@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateContactWithAddressBookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateContactWithAddressBookRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateContactWithAddressBookRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAddressBookArn()
The ARN of the address book with which to associate the contact.
|
String |
getContactArn()
The ARN of the contact to associate with an address book.
|
int |
hashCode() |
void |
setAddressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
|
void |
setContactArn(String contactArn)
The ARN of the contact to associate with an address book.
|
String |
toString()
Returns a string representation of this object.
|
AssociateContactWithAddressBookRequest |
withAddressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
|
AssociateContactWithAddressBookRequest |
withContactArn(String contactArn)
The ARN of the contact to associate with an address book.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic AssociateContactWithAddressBookRequest()
public void setContactArn(String contactArn)
The ARN of the contact to associate with an address book.
contactArn - The ARN of the contact to associate with an address book.public String getContactArn()
The ARN of the contact to associate with an address book.
public AssociateContactWithAddressBookRequest withContactArn(String contactArn)
The ARN of the contact to associate with an address book.
contactArn - The ARN of the contact to associate with an address book.public void setAddressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
addressBookArn - The ARN of the address book with which to associate the contact.public String getAddressBookArn()
The ARN of the address book with which to associate the contact.
public AssociateContactWithAddressBookRequest withAddressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
addressBookArn - The ARN of the address book with which to associate the contact.public String toString()
toString in class ObjectObject.toString()public AssociateContactWithAddressBookRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.