@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityDkimAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GetIdentityDkimAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.