com.amazonaws.services.simpleemail.model
Class GetIdentityDkimAttributesResult

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

public class GetIdentityDkimAttributesResult
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GetIdentityDkimAttributesResult()
           
 
Method Summary
 GetIdentityDkimAttributesResult addDkimAttributesEntry(java.lang.String key, IdentityDkimAttributes value)
          The DKIM attributes for an email address or a domain.
 GetIdentityDkimAttributesResult clearDkimAttributesEntries()
          Removes all the entries added into DkimAttributes.
 boolean equals(java.lang.Object obj)
           
 java.util.Map<java.lang.String,IdentityDkimAttributes> getDkimAttributes()
          The DKIM attributes for an email address or a domain.
 int hashCode()
           
 void setDkimAttributes(java.util.Map<java.lang.String,IdentityDkimAttributes> dkimAttributes)
          The DKIM attributes for an email address or a domain.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetIdentityDkimAttributesResult withDkimAttributes(java.util.Map<java.lang.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 java.util.Map<java.lang.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(java.util.Map<java.lang.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(java.util.Map<java.lang.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.

addDkimAttributesEntry

public GetIdentityDkimAttributesResult addDkimAttributesEntry(java.lang.String key,
                                                              IdentityDkimAttributes value)
The DKIM attributes for an email address or a domain.

The method adds a new key-value pair into DkimAttributes parameter, and returns a reference to this object so that method calls can be chained together.

Parameters:
key - The key of the entry to be added into DkimAttributes.
value - The corresponding value of the entry to be added into DkimAttributes.

clearDkimAttributesEntries

public GetIdentityDkimAttributesResult clearDkimAttributesEntries()
Removes all the entries added into DkimAttributes.

Returns a reference to this 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.