@Generated(value="software.amazon.awssdk:codegen") public final class ListEmailTemplatesRequest extends SesV2Request implements ToCopyableBuilder<ListEmailTemplatesRequest.Builder,ListEmailTemplatesRequest>
Represents a request to list the email templates present in your Amazon SES account in the current Amazon Web Services Region. For more information, see the Amazon SES Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEmailTemplatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEmailTemplatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token returned from a previous call to
ListEmailTemplates to indicate the position in the list of
email templates. |
Integer |
pageSize()
The number of results to show in a single call to
ListEmailTemplates. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEmailTemplatesRequest.Builder> |
serializableBuilderClass() |
ListEmailTemplatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
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 final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEmailTemplatesRequest.Builder,ListEmailTemplatesRequest>toBuilder in class SesV2Requestpublic static ListEmailTemplatesRequest.Builder builder()
public static Class<? extends ListEmailTemplatesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.