public class GetIdentityVerificationAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request instructing the service to provide the verification attributes for a list of identities.
NOOP| Constructor and Description |
|---|
GetIdentityVerificationAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetIdentityVerificationAttributesRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public GetIdentityVerificationAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.