public class VerifyDomainDkimRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request instructing the service to begin DKIM verification for a domain.
NOOP| Constructor and Description |
|---|
VerifyDomainDkimRequest() |
| Modifier and Type | Method and Description |
|---|---|
VerifyDomainDkimRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain to be verified for Easy DKIM signing.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifyDomainDkimRequest |
withDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.
domain - The name of the domain to be verified for Easy DKIM signing.public String getDomain()
The name of the domain to be verified for Easy DKIM signing.
public VerifyDomainDkimRequest withDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.
domain - The name of the domain to be verified for Easy DKIM signing.public String toString()
toString in class ObjectObject.toString()public VerifyDomainDkimRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.