@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetContactRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetContactRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContactListName()
The name of the contact list to which the contact belongs.
|
String |
getEmailAddress()
The contact's email addres.
|
int |
hashCode() |
void |
setContactListName(String contactListName)
The name of the contact list to which the contact belongs.
|
void |
setEmailAddress(String emailAddress)
The contact's email addres.
|
String |
toString()
Returns a string representation of this object.
|
GetContactRequest |
withContactListName(String contactListName)
The name of the contact list to which the contact belongs.
|
GetContactRequest |
withEmailAddress(String emailAddress)
The contact's email addres.
|
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, withSdkRequestTimeoutpublic void setContactListName(String contactListName)
The name of the contact list to which the contact belongs.
contactListName - The name of the contact list to which the contact belongs.public String getContactListName()
The name of the contact list to which the contact belongs.
public GetContactRequest withContactListName(String contactListName)
The name of the contact list to which the contact belongs.
contactListName - The name of the contact list to which the contact belongs.public void setEmailAddress(String emailAddress)
The contact's email addres.
emailAddress - The contact's email addres.public String getEmailAddress()
The contact's email addres.
public GetContactRequest withEmailAddress(String emailAddress)
The contact's email addres.
emailAddress - The contact's email addres.public String toString()
toString in class ObjectObject.toString()public GetContactRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()