Class GetIdentityDkimAttributesResult
java.lang.Object
com.amazonaws.services.simpleemail.model.GetIdentityDkimAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDkimAttributesEntry
(String key, IdentityDkimAttributes value) Removes all the entries added into DkimAttributes.clone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withDkimAttributes
(Map<String, IdentityDkimAttributes> dkimAttributes) The DKIM attributes for an email address or a domain.
-
Constructor Details
-
GetIdentityDkimAttributesResult
public GetIdentityDkimAttributesResult()
-
-
Method Details
-
getDkimAttributes
The DKIM attributes for an email address or a domain.
- Returns:
- The DKIM attributes for an email address or a domain.
-
setDkimAttributes
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
Removes all the entries added into DkimAttributes. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-