public class VerifyDomainIdentityResult extends Object implements Serializable
Represents a token used for domain ownership verification.
Constructor and Description |
---|
VerifyDomainIdentityResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getVerificationToken()
public void setVerificationToken(String verificationToken)
verificationToken
- 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)
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.