public class GetIdentityMailFromDomainAttributesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,IdentityMailFromDomainAttributes> |
mailFromDomainAttributes
A map of identities to custom MAIL FROM attributes.
|
Constructor and Description |
---|
GetIdentityMailFromDomainAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetIdentityMailFromDomainAttributesResult |
addMailFromDomainAttributesEntry(java.lang.String key,
IdentityMailFromDomainAttributes value) |
GetIdentityMailFromDomainAttributesResult |
clearMailFromDomainAttributesEntries()
Removes all the entries added into MailFromDomainAttributes.
|
GetIdentityMailFromDomainAttributesResult |
clone() |
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.
|
private SdkInternalMap<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.
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.
mailFromDomainAttributes
- A map of identities to custom MAIL FROM attributes.public GetIdentityMailFromDomainAttributesResult addMailFromDomainAttributesEntry(java.lang.String key, IdentityMailFromDomainAttributes value)
public GetIdentityMailFromDomainAttributesResult clearMailFromDomainAttributesEntries()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetIdentityMailFromDomainAttributesResult clone()
clone
in class java.lang.Object