public class VerifyEmailIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.
You can execute this operation no more than once 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 © 2018 Amazon Web Services, Inc. All Rights Reserved.