public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.
This operation takes a list of identities as input and returns the following information for each:
Whether Easy DKIM signing is enabled or disabled.
A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.
This operation is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.
For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.
Constructor and Description |
---|
GetIdentityDkimAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getIdentities()
A list of one or more verified identities - email addresses, domains, or both.
A list of one or more verified identities - email addresses, domains, or both.
public void setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities
- A list of one or more verified identities - email addresses, domains, or both.
public GetIdentityDkimAttributesRequest withIdentities(java.lang.String... identities)
A list of one or more verified identities - email addresses, domains, or both.
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)
A list of one or more verified identities - email addresses, domains, or both.
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.