com.amazonaws.services.simpleemail.model
Class GetIdentityVerificationAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.GetIdentityVerificationAttributesRequest
All Implemented Interfaces:
java.io.Serializable

public class GetIdentityVerificationAttributesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the 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.

See Also:
AmazonSimpleEmailService.getIdentityVerificationAttributes(GetIdentityVerificationAttributesRequest), Serialized Form

Constructor Summary
GetIdentityVerificationAttributesRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getIdentities()
          A list of identities.
 int hashCode()
           
 void setIdentities(java.util.Collection<java.lang.String> identities)
          A list of identities.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetIdentityVerificationAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
          A list of identities.
 GetIdentityVerificationAttributesRequest withIdentities(java.lang.String... identities)
          A list of identities.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetIdentityVerificationAttributesRequest

public GetIdentityVerificationAttributesRequest()
Method Detail

getIdentities

public java.util.List<java.lang.String> getIdentities()
A list of identities.

Returns:
A list of identities.

setIdentities

public void setIdentities(java.util.Collection<java.lang.String> identities)
A list of identities.

Parameters:
identities - A list of identities.

withIdentities

public GetIdentityVerificationAttributesRequest withIdentities(java.lang.String... identities)
A list of identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of identities.
Returns:
A reference to this updated object so that method calls can be chained together.

withIdentities

public GetIdentityVerificationAttributesRequest withIdentities(java.util.Collection<java.lang.String> identities)
A list of identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identities - A list of identities.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.