|
|||||||
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.VerifyEmailIdentityRequest
public class VerifyEmailIdentityRequest
Container for the parameters to the VerifyEmailIdentity operation
.
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
AmazonSimpleEmailService.verifyEmailIdentity(VerifyEmailIdentityRequest)
Constructor Summary | |
---|---|
VerifyEmailIdentityRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEmailAddress()
The email address to be verified. |
int |
hashCode()
|
void |
setEmailAddress(String emailAddress)
The email address to be verified. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VerifyEmailIdentityRequest |
withEmailAddress(String emailAddress)
The email address to be verified. |
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 VerifyEmailIdentityRequest()
Method Detail |
---|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- The email address to be verified.public VerifyEmailIdentityRequest withEmailAddress(String emailAddress)
Returns a reference to this object so that method calls can be chained together.
emailAddress
- The email address to be verified.
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 |