public class VerifyDomainIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. For more information about verifying domains, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
You can execute this operation no more than once 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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getDomain()
The domain to be verified.
The domain to be verified.
public void setDomain(java.lang.String domain)
The domain to be verified.
domain
- The domain to be verified.
public VerifyDomainIdentityRequest withDomain(java.lang.String domain)
The domain to be verified.
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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.