@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityMailFromDomainAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the custom MAIL FROM attributes for a list of identities.
Constructor and Description |
---|
GetIdentityMailFromDomainAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetIdentityMailFromDomainAttributesResult |
addMailFromDomainAttributesEntry(String key,
IdentityMailFromDomainAttributes value) |
GetIdentityMailFromDomainAttributesResult |
clearMailFromDomainAttributesEntries()
Removes all the entries added into MailFromDomainAttributes.
|
GetIdentityMailFromDomainAttributesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,IdentityMailFromDomainAttributes> |
getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
|
int |
hashCode() |
void |
setMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
String |
toString()
Returns a string representation of this object.
|
GetIdentityMailFromDomainAttributesResult |
withMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetIdentityMailFromDomainAttributesResult()
public Map<String,IdentityMailFromDomainAttributes> getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
public void setMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.public GetIdentityMailFromDomainAttributesResult withMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.public GetIdentityMailFromDomainAttributesResult addMailFromDomainAttributesEntry(String key, IdentityMailFromDomainAttributes value)
public GetIdentityMailFromDomainAttributesResult clearMailFromDomainAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetIdentityMailFromDomainAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.