@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DisassociateContactFromAddressBookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.