public class GetIdentityVerificationAttributesRequest extends AmazonWebServiceRequest implements Serializable
GetIdentityVerificationAttributes operation
.
Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.
This action is throttled at one request per second.
Constructor and Description |
---|
GetIdentityVerificationAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public GetIdentityVerificationAttributesRequest()
public List<String> getIdentities()
public void setIdentities(Collection<String> identities)
identities
- A list of identities.public GetIdentityVerificationAttributesRequest withIdentities(String... identities)
Returns a reference to this object so that method calls can be chained together.
identities
- A list of identities.public GetIdentityVerificationAttributesRequest withIdentities(Collection<String> identities)
Returns a reference to this object so that method calls can be chained together.
identities
- A list of identities.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.