|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleemail.model.VerifyDomainDkimResult
public class VerifyDomainDkimResult
Represents the DNS records that must be published in the domain name's DNS to complete DKIM setup.
Constructor Summary | |
---|---|
VerifyDomainDkimResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getDkimTokens()
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
int |
hashCode()
|
void |
setDkimTokens(Collection<String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VerifyDomainDkimResult |
withDkimTokens(Collection<String> dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
VerifyDomainDkimResult |
withDkimTokens(String... dkimTokens)
A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VerifyDomainDkimResult()
Method Detail |
---|
public List<String> getDkimTokens()
public void setDkimTokens(Collection<String> dkimTokens)
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are CNAME
DNS records pointing to DKIM public keys hosted by Amazon SES.public VerifyDomainDkimResult withDkimTokens(String... dkimTokens)
Returns a reference to this object so that method calls can be chained together.
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are CNAME
DNS records pointing to DKIM public keys hosted by Amazon SES.
public VerifyDomainDkimResult withDkimTokens(Collection<String> dkimTokens)
Returns a reference to this object so that method calls can be chained together.
dkimTokens
- A set of DNS records (tokens) that must be published in the domain
name's DNS for DKIM verification to complete, and which must remain
published in order for DKIM signing to succeed. The tokens are CNAME
DNS records pointing to DKIM public keys hosted by Amazon SES.
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 |