public class ListCustomVerificationEmailTemplatesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about 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 |
---|
ListCustomVerificationEmailTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of custom verification email templates to return.
|
java.lang.String |
getNextToken()
An array the contains the name and creation time stamp for each template
in your Amazon SES account.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of custom verification email templates to return.
|
void |
setNextToken(java.lang.String nextToken)
An array the contains the name and creation time stamp for each template
in your Amazon SES account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCustomVerificationEmailTemplatesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of custom verification email templates to return.
|
ListCustomVerificationEmailTemplatesRequest |
withNextToken(java.lang.String nextToken)
An array the contains the name and creation time stamp for each template
in your Amazon SES account.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListCustomVerificationEmailTemplatesRequest()
public java.lang.String getNextToken()
An array the contains the name and creation time stamp for each template in your Amazon SES account.
An array the contains the name and creation time stamp for each template in your Amazon SES account.
public void setNextToken(java.lang.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 ListCustomVerificationEmailTemplatesRequest withNextToken(java.lang.String nextToken)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
Returns a reference to this object so that method calls can be chained together.
nextToken
- An array the contains the name and creation time stamp for each template in your Amazon SES account.
public java.lang.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.
Constraints:
Range: 1 - 50
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 void setMaxResults(java.lang.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.
Constraints:
Range: 1 - 50
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 ListCustomVerificationEmailTemplatesRequest withMaxResults(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
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 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.