com.amazonaws.services.simpleemail.model
Class GetIdentityDkimAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesRequest

public class GetIdentityDkimAttributesRequest
extends AmazonWebServiceRequest

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

See Also:
AmazonSimpleEmailService.getIdentityDkimAttributes(GetIdentityDkimAttributesRequest)

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

Constructor Detail

GetIdentityDkimAttributesRequest

public GetIdentityDkimAttributesRequest()
Method Detail

getIdentities

public List<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(Collection<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(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(Collection<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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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