public class GetIdentityDkimAttributesResult extends Object implements Serializable
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)
The DKIM attributes for an email address or a domain.
|
GetIdentityDkimAttributesResult |
clearDkimAttributesEntries()
Removes all the entries added into DkimAttributes.
|
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()
public void setDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
dkimAttributes - The DKIM attributes for an email address or a domain.public GetIdentityDkimAttributesResult withDkimAttributes(Map<String,IdentityDkimAttributes> dkimAttributes)
Returns a reference to this object so that method calls can be chained together.
dkimAttributes - The DKIM attributes for an email address or a domain.public GetIdentityDkimAttributesResult addDkimAttributesEntry(String key, IdentityDkimAttributes value)
The method adds a new key-value pair into DkimAttributes parameter, and returns a reference to this object so that method calls can be chained together.
key - The key of the entry to be added into DkimAttributes.value - The corresponding value of the entry to be added into DkimAttributes.public GetIdentityDkimAttributesResult clearDkimAttributesEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.