Class GetIdentityDkimAttributesResult

java.lang.Object
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetIdentityDkimAttributesResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetIdentityDkimAttributesResult

      public GetIdentityDkimAttributesResult()
  • Method Details

    • 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.

      Parameters:
      dkimAttributes - The DKIM attributes for an email address or a domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addDkimAttributesEntry

      public GetIdentityDkimAttributesResult addDkimAttributesEntry(String key, IdentityDkimAttributes value)
    • clearDkimAttributesEntries

      public GetIdentityDkimAttributesResult clearDkimAttributesEntries()
      Removes all the entries added into DkimAttributes. <p> Returns a reference to this 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object