public class SendCustomVerificationEmailRequest 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 customized verification email is sent to the specified address.
To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Constructor and Description |
---|
SendCustomVerificationEmailRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
Name of a configuration set to use when sending the verification email.
|
java.lang.String |
getEmailAddress()
The email address to verify.
|
java.lang.String |
getTemplateName()
The name of the custom verification email template to use when sending
the verification email.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
Name of a configuration set to use when sending the verification email.
|
void |
setEmailAddress(java.lang.String emailAddress)
The email address to verify.
|
void |
setTemplateName(java.lang.String templateName)
The name of the custom verification email template to use when sending
the verification email.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SendCustomVerificationEmailRequest |
withConfigurationSetName(java.lang.String configurationSetName)
Name of a configuration set to use when sending the verification email.
|
SendCustomVerificationEmailRequest |
withEmailAddress(java.lang.String emailAddress)
The email address to verify.
|
SendCustomVerificationEmailRequest |
withTemplateName(java.lang.String templateName)
The name of the custom verification email template to use when sending
the verification email.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getEmailAddress()
The email address to verify.
The email address to verify.
public void setEmailAddress(java.lang.String emailAddress)
The email address to verify.
emailAddress
- The email address to verify.
public SendCustomVerificationEmailRequest withEmailAddress(java.lang.String emailAddress)
The email address to verify.
Returns a reference to this object so that method calls can be chained together.
emailAddress
- The email address to verify.
public java.lang.String getTemplateName()
The name of the custom verification email template to use when sending the verification email.
The name of the custom verification email template to use when sending the verification email.
public void setTemplateName(java.lang.String templateName)
The name of the custom verification email template to use when sending the verification email.
templateName
- The name of the custom verification email template to use when sending the verification email.
public SendCustomVerificationEmailRequest withTemplateName(java.lang.String templateName)
The name of the custom verification email template to use when sending the verification email.
Returns a reference to this object so that method calls can be chained together.
templateName
- The name of the custom verification email template to use when sending the verification email.
public java.lang.String getConfigurationSetName()
Name of a configuration set to use when sending the verification email.
Name of a configuration set to use when sending the verification email.
public void setConfigurationSetName(java.lang.String configurationSetName)
Name of a configuration set to use when sending the verification email.
configurationSetName
- Name of a configuration set to use when sending the verification email.
public SendCustomVerificationEmailRequest withConfigurationSetName(java.lang.String configurationSetName)
Name of a configuration set to use when sending the verification email.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- Name of a configuration set to use when sending the verification email.
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.