@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of custom verification email templates to return.
|
String |
getNextToken()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return.
|
void |
setNextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomVerificationEmailTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of custom verification email templates to return.
|
ListCustomVerificationEmailTemplatesRequest |
withNextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
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 ListCustomVerificationEmailTemplatesRequest()
public void setNextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
nextToken
- An array the contains the name and creation time stamp for each template in your Amazon SES account.public String getNextToken()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
public ListCustomVerificationEmailTemplatesRequest withNextToken(String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
nextToken
- An array the contains the name and creation time stamp for each template in your Amazon SES account.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 returns 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 returns 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 returns 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 returns 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 returns up to 50 results.public String toString()
toString
in class Object
Object.toString()
public ListCustomVerificationEmailTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()