public class VerifyEmailIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
This action is throttled at one request per second.
Constructor and Description |
---|
VerifyEmailIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
VerifyEmailIdentityRequest |
withEmailAddress(java.lang.String emailAddress)
The email address to be verified.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getEmailAddress()
The email address to be verified.
The email address to be verified.
public void setEmailAddress(java.lang.String emailAddress)
The email address to be verified.
emailAddress
- The email address to be verified.
public VerifyEmailIdentityRequest withEmailAddress(java.lang.String emailAddress)
The email address to be verified.
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
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.