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 GetIdentityDkimAttributesResultaddDkimAttributesEntry(String key, IdentityDkimAttributes value)GetIdentityDkimAttributesResultclearDkimAttributesEntries()Removes all the entries added into DkimAttributes.GetIdentityDkimAttributesResultclone()booleanequals(Object obj)Map<String,IdentityDkimAttributes>getDkimAttributes()The DKIM attributes for an email address or a domain.inthashCode()voidsetDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)The DKIM attributes for an email address or a domain.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetIdentityDkimAttributesResultwithDkimAttributes(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIdentityDkimAttributesResult clone()
-
-