public class VerifyDomainIdentityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.
Constructor and Description |
---|
VerifyDomainIdentityResult() |
Modifier and Type | Method and Description |
---|---|
VerifyDomainIdentityResult |
clone() |
boolean |
equals(Object obj) |
String |
getVerificationToken()
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
|
int |
hashCode() |
void |
setVerificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VerifyDomainIdentityResult |
withVerificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVerificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
verificationToken
- A TXT record that must be placed in the DNS settings for the domain, in order to complete domain
verification.public String getVerificationToken()
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
public VerifyDomainIdentityResult withVerificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
verificationToken
- A TXT record that must be placed in the DNS settings for the domain, in order to complete domain
verification.public String toString()
toString
in class Object
Object.toString()
public VerifyDomainIdentityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.