@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEmailTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to list the email templates present in your Amazon SES account in the current AWS Region. For more information, see the Amazon SES Developer Guide.
NOOP| Constructor and Description |
|---|
ListEmailTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEmailTemplatesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListEmailTemplates to indicate the position in the list of
email templates. |
Integer |
getPageSize()
The number of results to show in a single call to
ListEmailTemplates. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListEmailTemplates to indicate the position in the list of
email templates. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListEmailTemplates. |
String |
toString()
Returns a string representation of this object.
|
ListEmailTemplatesRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListEmailTemplates to indicate the position in the list of
email templates. |
ListEmailTemplatesRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListEmailTemplates. |
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 void setNextToken(String nextToken)
A token returned from a previous call to ListEmailTemplates to indicate the position in the list of
email templates.
nextToken - A token returned from a previous call to ListEmailTemplates to indicate the position in the
list of email templates.public String getNextToken()
A token returned from a previous call to ListEmailTemplates to indicate the position in the list of
email templates.
ListEmailTemplates to indicate the position in the
list of email templates.public ListEmailTemplatesRequest withNextToken(String nextToken)
A token returned from a previous call to ListEmailTemplates to indicate the position in the list of
email templates.
nextToken - A token returned from a previous call to ListEmailTemplates to indicate the position in the
list of email templates.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListEmailTemplates. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
pageSize - The number of results to show in a single call to ListEmailTemplates. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
public Integer getPageSize()
The number of results to show in a single call to ListEmailTemplates. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
ListEmailTemplates. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
public ListEmailTemplatesRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListEmailTemplates. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
pageSize - The number of results to show in a single call to ListEmailTemplates. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 1, and can be no more than 10.
public String toString()
toString in class ObjectObject.toString()public ListEmailTemplatesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.