@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.
|
int |
hashCode () |
void |
setEmailIdentity (String emailIdentity)
The email identity.
|
String |
toString ()
Returns a string representation of this object.
|
GetEmailIdentityRequest |
withEmailIdentity (String emailIdentity)
The email identity.
|
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 GetEmailIdentityRequest()
public void setEmailIdentity(String emailIdentity)
The email identity.
emailIdentity - The email identity.public String getEmailIdentity()
The email identity.
public GetEmailIdentityRequest withEmailIdentity(String emailIdentity)
The email identity.
emailIdentity - The email identity.public String toString()
toString in class Object Object.toString() public GetEmailIdentityRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()