public class GetIdentityMailFromDomainAttributesResult
extends java.lang.Object
implements java.io.Serializable
Represents the custom MAIL FROM attributes for a list of identities.
Constructor and Description |
---|
GetIdentityMailFromDomainAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetIdentityMailFromDomainAttributesResult |
addMailFromDomainAttributesEntry(java.lang.String key,
IdentityMailFromDomainAttributes value)
A map of identities to custom MAIL FROM attributes.
|
GetIdentityMailFromDomainAttributesResult |
clearMailFromDomainAttributesEntries()
Removes all the entries added into MailFromDomainAttributes.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> |
getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
|
int |
hashCode() |
void |
setMailFromDomainAttributes(java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityMailFromDomainAttributesResult |
withMailFromDomainAttributes(java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
public GetIdentityMailFromDomainAttributesResult()
public java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
A map of identities to custom MAIL FROM attributes.
public void setMailFromDomainAttributes(java.util.Map<java.lang.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(java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
Returns a reference to this object so that method calls can be chained together.
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.
public GetIdentityMailFromDomainAttributesResult addMailFromDomainAttributesEntry(java.lang.String key, IdentityMailFromDomainAttributes value)
A map of identities to custom MAIL FROM attributes.
The method adds a new key-value pair into MailFromDomainAttributes parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into
MailFromDomainAttributes.value
- The corresponding value of the entry to be added into
MailFromDomainAttributes.public GetIdentityMailFromDomainAttributesResult clearMailFromDomainAttributesEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.