@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomVerificationEmailTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list the existing custom verification email templates for your account.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
NOOP| Constructor and Description |
|---|
ListCustomVerificationEmailTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCustomVerificationEmailTemplatesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of custom verification email templates to return.
|
String |
getNextToken()
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return.
|
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCustomVerificationEmailTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return.
|
ListCustomVerificationEmailTemplatesRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListCustomVerificationEmailTemplatesRequest()
public void setNextToken(String nextToken)
A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates.
nextToken - A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates.public String getNextToken()
A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates.
ListCustomVerificationEmailTemplates to indicate
the position in the list of email templates.public ListCustomVerificationEmailTemplatesRequest withNextToken(String nextToken)
A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates.
nextToken - A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the
position in the list of email templates.public void setMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.
maxResults - The maximum number of custom verification email templates to return. This value must be at least 1 and
less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater
than 50, the operation will return up to 50 results.public Integer getMaxResults()
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.
public ListCustomVerificationEmailTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.
maxResults - The maximum number of custom verification email templates to return. This value must be at least 1 and
less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater
than 50, the operation will return up to 50 results.public String toString()
toString in class ObjectObject.toString()public ListCustomVerificationEmailTemplatesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.