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