public class VerifyDomainIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
VerifyDomainIdentity operation.
Verifies a domain.
This action is throttled at one request per second.
| Constructor and Description |
|---|
VerifyDomainIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomain()
The domain to be verified.
|
int |
hashCode() |
void |
setDomain(java.lang.String domain)
The domain to be verified.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifyDomainIdentityRequest |
withDomain(java.lang.String domain)
The domain to be verified.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - The domain to be verified.public VerifyDomainIdentityRequest withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
domain - The domain to be verified.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object