@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() |
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.