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