|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleemail.model.VerifyDomainIdentityResult
public class VerifyDomainIdentityResult
Represents a token used for domain ownership verification.
Constructor Summary | |
---|---|
VerifyDomainIdentityResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerifyDomainIdentityResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |