|
|||||||
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.VerifyEmailAddressRequest
public class VerifyEmailAddressRequest
Container for the parameters to the VerifyEmailAddress operation
.
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
IMPORTANT:The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.
This action is throttled at one request per second.
AmazonSimpleEmailService.verifyEmailAddress(VerifyEmailAddressRequest)
,
Serialized FormConstructor Summary | |
---|---|
VerifyEmailAddressRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getEmailAddress()
The email address to be verified. |
int |
hashCode()
|
void |
setEmailAddress(java.lang.String emailAddress)
The email address to be verified. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
VerifyEmailAddressRequest |
withEmailAddress(java.lang.String emailAddress)
The email address to be verified. |
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 |
---|
public VerifyEmailAddressRequest()
Method Detail |
---|
public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress
- The email address to be verified.public VerifyEmailAddressRequest withEmailAddress(java.lang.String emailAddress)
Returns a reference to this object so that method calls can be chained together.
emailAddress
- The email address to be verified.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |