com.amazonaws.services.simpleemail.model
Class GetIdentityDkimAttributesResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult

public class GetIdentityDkimAttributesResult
extends Object

Represents a list of all the DKIM attributes for the specified identity.


Constructor Summary
GetIdentityDkimAttributesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,IdentityDkimAttributes> getDkimAttributes()
          The DKIM attributes for an email address or a domain.
 int hashCode()
           
 void setDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
          The DKIM attributes for an email address or a domain.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetIdentityDkimAttributesResult withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
          The DKIM attributes for an email address or a domain.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentityDkimAttributesResult

public GetIdentityDkimAttributesResult()
Method Detail

getDkimAttributes

public Map<String,IdentityDkimAttributes> getDkimAttributes()
The DKIM attributes for an email address or a domain.

Returns:
The DKIM attributes for an email address or a domain.

setDkimAttributes

public void setDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.

Parameters:
dkimAttributes - The DKIM attributes for an email address or a domain.

withDkimAttributes

public GetIdentityDkimAttributesResult withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dkimAttributes - The DKIM attributes for an email address or a domain.
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.