@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateContactFromAddressBookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateContactFromAddressBookRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateContactFromAddressBookRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAddressBookArn()
The ARN of the address from which to disassociate the contact.
|
String |
getContactArn()
The ARN of the contact to disassociate from an address book.
|
int |
hashCode() |
void |
setAddressBookArn(String addressBookArn)
The ARN of the address from which to disassociate the contact.
|
void |
setContactArn(String contactArn)
The ARN of the contact to disassociate from an address book.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateContactFromAddressBookRequest |
withAddressBookArn(String addressBookArn)
The ARN of the address from which to disassociate the contact.
|
DisassociateContactFromAddressBookRequest |
withContactArn(String contactArn)
The ARN of the contact to disassociate from 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 DisassociateContactFromAddressBookRequest()
public void setContactArn(String contactArn)
The ARN of the contact to disassociate from an address book.
contactArn - The ARN of the contact to disassociate from an address book.public String getContactArn()
The ARN of the contact to disassociate from an address book.
public DisassociateContactFromAddressBookRequest withContactArn(String contactArn)
The ARN of the contact to disassociate from an address book.
contactArn - The ARN of the contact to disassociate from an address book.public void setAddressBookArn(String addressBookArn)
The ARN of the address from which to disassociate the contact.
addressBookArn - The ARN of the address from which to disassociate the contact.public String getAddressBookArn()
The ARN of the address from which to disassociate the contact.
public DisassociateContactFromAddressBookRequest withAddressBookArn(String addressBookArn)
The ARN of the address from which to disassociate the contact.
addressBookArn - The ARN of the address from which to disassociate the contact.public String toString()
toString in class ObjectObject.toString()public DisassociateContactFromAddressBookRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.