com.amazonaws.services.simpleemail.model
Class GetIdentityDkimAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesRequest
All Implemented Interfaces:
java.io.Serializable

public class GetIdentityDkimAttributesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the 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.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide .

See Also:
AmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest), Serialized Form

Constructor Summary
GetIdentityDkimAttributesRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentityDkimAttributesRequest

public GetIdentityDkimAttributesRequest()
Method Detail

getIdentities

public java.util.List<java.lang.String> getIdentities()
A list of one or more verified identities - email addresses, domains, or both.

Returns:
A list of one or more verified identities - email addresses, domains, or both.

setIdentities

public void setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more verified identities - email addresses, domains, or both.

Parameters:
identities - A list of one or more verified identities - email addresses, domains, or both.

withIdentities

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.

Parameters:
identities - A list of one or more verified identities - email addresses, domains, or both.
Returns:
A reference to this updated object so that method calls can be chained together.

withIdentities

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.

Parameters:
identities - A list of one or more verified identities - email addresses, domains, or both.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.