@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 address.
|
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 address.
|
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 address.
|
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 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 address.
emailAddress
- The contact's email address.public String getEmailAddress()
The contact's email address.
public GetContactRequest withEmailAddress(String emailAddress)
The contact's email address.
emailAddress
- The contact's email address.public String toString()
toString
in class Object
Object.toString()
public GetContactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()