public class VerifyDomainIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
VerifyDomainIdentity operation
.
Verifies a domain.
This action is throttled at one request per second.
NOOP
Constructor and Description |
---|
VerifyDomainIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
VerifyDomainIdentityRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getDomain()
public void setDomain(String domain)
domain
- The domain to be verified.public VerifyDomainIdentityRequest withDomain(String domain)
Returns a reference to this object so that method calls can be chained together.
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 © 2015. All rights reserved.