@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendCustomVerificationEmailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to send a custom verification email to a specified recipient.
NOOP
Constructor and Description |
---|
SendCustomVerificationEmailRequest() |
Modifier and Type | Method and Description |
---|---|
SendCustomVerificationEmailRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
Name of a configuration set to use when sending the verification email.
|
String |
getEmailAddress()
The email address to verify.
|
String |
getTemplateName()
The name of the custom verification email template to use when sending the verification email.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
Name of a configuration set to use when sending the verification email.
|
void |
setEmailAddress(String emailAddress)
The email address to verify.
|
void |
setTemplateName(String templateName)
The name of the custom verification email template to use when sending the verification email.
|
String |
toString()
Returns a string representation of this object.
|
SendCustomVerificationEmailRequest |
withConfigurationSetName(String configurationSetName)
Name of a configuration set to use when sending the verification email.
|
SendCustomVerificationEmailRequest |
withEmailAddress(String emailAddress)
The email address to verify.
|
SendCustomVerificationEmailRequest |
withTemplateName(String templateName)
The name of the custom verification email template to use when sending the verification email.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEmailAddress(String emailAddress)
The email address to verify.
emailAddress
- The email address to verify.public String getEmailAddress()
The email address to verify.
public SendCustomVerificationEmailRequest withEmailAddress(String emailAddress)
The email address to verify.
emailAddress
- The email address to verify.public void setTemplateName(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 String getTemplateName()
The name of the custom verification email template to use when sending the verification email.
public SendCustomVerificationEmailRequest withTemplateName(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 void setConfigurationSetName(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 String getConfigurationSetName()
Name of a configuration set to use when sending the verification email.
public SendCustomVerificationEmailRequest withConfigurationSetName(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 String toString()
toString
in class Object
Object.toString()
public SendCustomVerificationEmailRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()