|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.GetIdentityVerificationAttributesRequest
public class GetIdentityVerificationAttributesRequest
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.
AmazonSimpleEmailService.getIdentityVerificationAttributes(GetIdentityVerificationAttributesRequest)
Constructor Summary | |
---|---|
GetIdentityVerificationAttributesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetIdentityVerificationAttributesRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |