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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRemoves all the entries added into MailFromDomainAttributes.clone()booleanA map of identities to custom MAIL FROM attributes.inthashCode()voidsetMailFromDomainAttributes(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.toString()Returns a string representation of this object; useful for testing and debugging.withMailFromDomainAttributes(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.
-
Constructor Details
-
GetIdentityMailFromDomainAttributesResult
public GetIdentityMailFromDomainAttributesResult()
-
-
Method Details
-
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
Removes all the entries added into MailFromDomainAttributes. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-