@Generated(value="software.amazon.awssdk:codegen") public final class ListTemplatesRequest extends PinpointRequest implements ToCopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTemplatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTemplatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The string that specifies which page of results to return in a paginated response.
|
String |
pageSize()
The maximum number of items to include in each page of a paginated response.
|
String |
prefix()
The substring to match in the names of the message templates to include in the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTemplatesRequest.Builder> |
serializableBuilderClass() |
String |
templateType()
The type of message template to include in the results.
|
ListTemplatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public final String pageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public final String prefix()
The substring to match in the names of the message templates to include in the results. If you specify this value, Amazon Pinpoint returns only those templates whose names begin with the value that you specify.
public final String templateType()
The type of message template to include in the results. Valid values are: EMAIL, PUSH, SMS, and VOICE. To include all types of templates in the results, don't include this parameter in your request.
public ListTemplatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>toBuilder in class PinpointRequestpublic static ListTemplatesRequest.Builder builder()
public static Class<? extends ListTemplatesRequest.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 © 2021. All rights reserved.