public class GetIdentityDkimAttributesResult extends Object implements Serializable, Cloneable
Represents a list of all the DKIM attributes for the specified identity.
| Constructor and Description |
|---|
GetIdentityDkimAttributesResult() |
| Modifier and Type | Method and 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.
|
public Map<String,IdentityDkimAttributes> getDkimAttributes()
The DKIM attributes for an email address or a domain.
public void setDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
dkimAttributes - The DKIM attributes for an email address or a domain.public GetIdentityDkimAttributesResult withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
The DKIM attributes for an email address or a domain.
dkimAttributes - The DKIM attributes for an email address or a domain.public GetIdentityDkimAttributesResult addDkimAttributesEntry(String key, IdentityDkimAttributes value)
public GetIdentityDkimAttributesResult clearDkimAttributesEntries()
public String toString()
toString in class ObjectObject.toString()public GetIdentityDkimAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.