com.amazonaws.services.simpleemail.model
Class VerifyDomainDkimRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.VerifyDomainDkimRequest

public class VerifyDomainDkimRequest
extends AmazonWebServiceRequest

Container for the parameters to the VerifyDomainDkim operation.

Returns a set of DNS records, or tokens , that must be published in the domain name's DNS to complete the DKIM verification process. These tokens are DNS CNAME records that point to DKIM public keys hosted by Amazon SES. To complete the DKIM verification process, these tokens must be published in the domain's DNS. The tokens must remain published in order for Easy DKIM signing to function correctly.

After the tokens are added to the domain's DNS, Amazon SES will be able to DKIM-sign email originating from that domain. To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled action.

For more information about Easy DKIM, go to the Amazon SES Developer Guide .

See Also:
AmazonSimpleEmailService.verifyDomainDkim(VerifyDomainDkimRequest)

Constructor Summary
VerifyDomainDkimRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDomain()
          The name of the domain to be verified for Easy DKIM signing.
 int hashCode()
           
 void setDomain(String domain)
          The name of the domain to be verified for Easy DKIM signing.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VerifyDomainDkimRequest withDomain(String domain)
          The name of the domain to be verified for Easy DKIM signing.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifyDomainDkimRequest

public VerifyDomainDkimRequest()
Method Detail

getDomain

public String getDomain()
The name of the domain to be verified for Easy DKIM signing.

Returns:
The name of the domain to be verified for Easy DKIM signing.

setDomain

public void setDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.

Parameters:
domain - The name of the domain to be verified for Easy DKIM signing.

withDomain

public VerifyDomainDkimRequest withDomain(String domain)
The name of the domain to be verified for Easy DKIM signing.

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

Parameters:
domain - The name of the domain to be verified for Easy DKIM signing.
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.