public class VerifyDomainDkimRequest extends AmazonWebServiceRequest implements java.io.Serializable
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 .
| コンストラクタと説明 |
|---|
VerifyDomainDkimRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomain()
The name of the domain to be verified for Easy DKIM signing.
|
int |
hashCode() |
void |
setDomain(java.lang.String domain)
The name of the domain to be verified for Easy DKIM signing.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VerifyDomainDkimRequest |
withDomain(java.lang.String domain)
The name of the domain to be verified for Easy DKIM signing.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - The name of the domain to be verified for Easy DKIM signing.public VerifyDomainDkimRequest withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
domain - The name of the domain to be verified for Easy DKIM signing.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object