public class GetIdentityMailFromDomainAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
Constructor and Description |
---|
GetIdentityMailFromDomainAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getIdentities()
A list of one or more identities.
|
int |
hashCode() |
void |
setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityMailFromDomainAttributesRequest |
withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
|
GetIdentityMailFromDomainAttributesRequest |
withIdentities(java.lang.String... identities)
A list of one or more identities.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public GetIdentityMailFromDomainAttributesRequest()
public java.util.List<java.lang.String> getIdentities()
A list of one or more identities.
A list of one or more identities.
public void setIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
identities
- A list of one or more identities.
public GetIdentityMailFromDomainAttributesRequest withIdentities(java.lang.String... identities)
A list of one or more identities.
Returns a reference to this object so that method calls can be chained together.
identities
- A list of one or more identities.
public GetIdentityMailFromDomainAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
A list of one or more identities.
Returns a reference to this object so that method calls can be chained together.
identities
- A list of one or more identities.
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.