Class GetIdentityMailFromDomainAttributesResult
- java.lang.Object
-
- com.amazonaws.services.simpleemail.model.GetIdentityMailFromDomainAttributesResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetIdentityMailFromDomainAttributesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIdentityMailFromDomainAttributesResult()
-
Method Summary
-
-
-
Method Detail
-
getMailFromDomainAttributes
public Map<String,IdentityMailFromDomainAttributes> getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
- Returns:
- A map of identities to custom MAIL FROM attributes.
-
setMailFromDomainAttributes
public void setMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
- Parameters:
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.
-
withMailFromDomainAttributes
public GetIdentityMailFromDomainAttributesResult withMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
- Parameters:
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addMailFromDomainAttributesEntry
public GetIdentityMailFromDomainAttributesResult addMailFromDomainAttributesEntry(String key, IdentityMailFromDomainAttributes value)
-
clearMailFromDomainAttributesEntries
public GetIdentityMailFromDomainAttributesResult clearMailFromDomainAttributesEntries()
Removes all the entries added into MailFromDomainAttributes. <p> Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIdentityMailFromDomainAttributesResult clone()
-
-