@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()
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 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, 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 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 Object
Object.toString()
public AssociateContactWithAddressBookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.