public class VerifyDomainDkimResult extends Object implements Serializable
Represents the DNS records that must be published in the domain name's DNS to complete DKIM setup.
Constructor and Description |
---|
VerifyDomainDkimResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.