@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEmailIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to return details about an email identity.
NOOP
Constructor and Description |
---|
GetEmailIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
GetEmailIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The email identity that you want to retrieve details for.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The email identity that you want to retrieve details for.
|
String |
toString()
Returns a string representation of this object.
|
GetEmailIdentityRequest |
withEmailIdentity(String emailIdentity)
The email identity that you want to retrieve details for.
|
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 setEmailIdentity(String emailIdentity)
The email identity that you want to retrieve details for.
emailIdentity
- The email identity that you want to retrieve details for.public String getEmailIdentity()
The email identity that you want to retrieve details for.
public GetEmailIdentityRequest withEmailIdentity(String emailIdentity)
The email identity that you want to retrieve details for.
emailIdentity
- The email identity that you want to retrieve details for.public String toString()
toString
in class Object
Object.toString()
public GetEmailIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.