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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIdentityDkimAttributesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIdentityDkimAttributesResult
addDkimAttributesEntry(String key, IdentityDkimAttributes value)
GetIdentityDkimAttributesResult
clearDkimAttributesEntries()
Removes all the entries added into DkimAttributes.GetIdentityDkimAttributesResult
clone()
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.
-
-
-
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.
- 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIdentityDkimAttributesResult clone()
-
-