@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityVerificationAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
GetIdentityVerificationAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetIdentityVerificationAttributesRequest |
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 identities.
|
int |
hashCode() |
void |
setIdentities(Collection<String> identities)
A list of identities.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetIdentityVerificationAttributesRequest |
withIdentities(Collection<String> identities)
A list of identities.
|
GetIdentityVerificationAttributesRequest |
withIdentities(String... identities)
A list of 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 GetIdentityVerificationAttributesRequest()
public List<String> getIdentities()
A list of identities.
public void setIdentities(Collection<String> identities)
A list of identities.
identities
- A list of identities.public GetIdentityVerificationAttributesRequest withIdentities(String... identities)
A list of 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 identities.public GetIdentityVerificationAttributesRequest withIdentities(Collection<String> identities)
A list of identities.
identities
- A list of identities.public String toString()
toString
in class Object
Object.toString()
public GetIdentityVerificationAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.