@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyDomainIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
VerifyDomainIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyDomainIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The domain to be verified.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain to be verified.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VerifyDomainIdentityRequest |
withDomain(String domain)
The domain to be verified.
|
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 setDomain(String domain)
The domain to be verified.
domain
- The domain to be verified.public String getDomain()
The domain to be verified.
public VerifyDomainIdentityRequest withDomain(String domain)
The domain to be verified.
domain
- The domain to be verified.public String toString()
toString
in class Object
Object.toString()
public VerifyDomainIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.