com.amazonaws.services.simpleemail.model
Class VerifyDomainDkimResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.VerifyDomainDkimResult

public class VerifyDomainDkimResult
extends Object

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

VerifyDomainDkimResult

public VerifyDomainDkimResult()
Method Detail

getDkimTokens

public 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. The tokens are CNAME DNS records pointing to DKIM public keys hosted by Amazon SES.

Returns:
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.

setDkimTokens

public 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. The tokens are CNAME DNS records pointing to DKIM public keys hosted by Amazon SES.

Parameters:
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.

withDkimTokens

public 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. The tokens are CNAME DNS records pointing to DKIM public keys hosted by Amazon SES.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withDkimTokens

public 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. The tokens are CNAME DNS records pointing to DKIM public keys hosted by Amazon SES.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.