public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetIdentityDkimAttributes operation.
Returns the DNS records, or tokens , that must be present in order for Easy DKIM to sign outgoing email messages.
This action takes a list of verified identities as input. It then returns the following information for each identity:
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide .
| コンストラクタと説明 |
|---|
GetIdentityDkimAttributesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getIdentities()
A list of one or more verified identities - email addresses, domains,
or both.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityDkimAttributesRequest |
withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
GetIdentityDkimAttributesRequest |
withIdentities(java.lang.String... identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getIdentities()
public void setIdentities(java.util.Collection<java.lang.String> identities)
identities - A list of one or more verified identities - email addresses, domains,
or both.public GetIdentityDkimAttributesRequest withIdentities(java.lang.String... identities)
Returns a reference to this object so that method calls can be chained together.
identities - A list of one or more verified identities - email addresses, domains,
or both.public GetIdentityDkimAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
Returns a reference to this object so that method calls can be chained together.
identities - A list of one or more verified identities - email addresses, domains,
or both.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