@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityMailFromDomainAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.
NOOP | Constructor and Description |
|---|
GetIdentityMailFromDomainAttributesRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityMailFromDomainAttributesRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<String> |
getIdentities ()
A list of one or more identities.
|
int |
hashCode () |
void |
setIdentities (Collection<String> identities)
A list of one or more identities.
|
String |
toString ()
Returns a string representation of this object.
|
GetIdentityMailFromDomainAttributesRequest |
withIdentities (Collection<String> identities)
A list of one or more identities.
|
GetIdentityMailFromDomainAttributesRequest |
withIdentities (String... identities)
A list of one or more identities.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetIdentityMailFromDomainAttributesRequest()
public List<String> getIdentities()
A list of one or more identities.
public void setIdentities(Collection<String> identities)
A list of one or more identities.
identities - A list of one or more identities.public GetIdentityMailFromDomainAttributesRequest withIdentities(String... identities)
A list of one or more identities.
NOTE: This method appends the values to the existing list (if any). Use
setIdentities(java.util.Collection) or withIdentities(java.util.Collection) if you want to
override the existing values.
identities - A list of one or more identities.public GetIdentityMailFromDomainAttributesRequest withIdentities(Collection<String> identities)
A list of one or more identities.
identities - A list of one or more identities.public String toString()
toString in class Object Object.toString() public GetIdentityMailFromDomainAttributesRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()