public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIdentityDkimAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityDkimAttributesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIdentities()
A list of one or more verified identities - email addresses, domains, or
both.
|
int |
hashCode() |
void |
setIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or
both.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdentityDkimAttributesRequest |
withIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or
both.
|
GetIdentityDkimAttributesRequest |
withIdentities(String... identities)
A list of one or more verified identities - email addresses, domains, or
both.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getIdentities()
A list of one or more verified identities - email addresses, domains, or both.
public void setIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities
- A list of one or more verified identities - email addresses,
domains, or both.public GetIdentityDkimAttributesRequest withIdentities(String... identities)
A list of one or more verified identities - email addresses, domains, or both.
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 verified identities - email addresses,
domains, or both.public GetIdentityDkimAttributesRequest withIdentities(Collection<String> identities)
A list of one or more verified identities - email addresses, domains, or both.
identities
- A list of one or more verified identities - email addresses,
domains, or both.public String toString()
toString
in class Object
Object.toString()
public GetIdentityDkimAttributesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.