public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetIdentityDkimAttributes operation
.
Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action 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 action takes a list of identities as input and returns the following information for each:
This action 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 .
NOOP
Constructor and Description |
---|
GetIdentityDkimAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityDkimAttributesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIdentities()
A list of one or more verified identities - email addresses, domains,
or both.
|
int |
hashCode() |
void |
setIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityDkimAttributesRequest |
withIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
GetIdentityDkimAttributesRequest |
withIdentities(String... identities)
A list of one or more verified identities - email addresses, domains,
or both.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getIdentities()
public void setIdentities(Collection<String> identities)
identities
- A list of one or more verified identities - email addresses, domains,
or both.public GetIdentityDkimAttributesRequest withIdentities(String... identities)
NOTE: This method appends the values to the existing list (if
any). Use setIdentities(java.util.Collection)
or withIdentities(java.util.Collection)
if you want to override the
existing values.
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(Collection<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 String toString()
toString
in class Object
Object.toString()
public GetIdentityDkimAttributesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.