public class VerifyDomainIdentityRequest extends AmazonWebServiceRequest implements 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(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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic 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 ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.