@Generated(value="software.amazon.awssdk:codegen") public final class ListTemplateVersionsRequest extends PinpointRequest implements ToCopyableBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTemplateVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTemplateVersionsRequest.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTemplateVersionsRequest.Builder> |
serializableBuilderClass() |
String |
templateName()
The name of the message template.
|
String |
templateType()
The type of channel that the message template is designed for.
|
ListTemplateVersionsRequest.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 templateName()
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
public final String templateType()
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE.
public ListTemplateVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTemplateVersionsRequest.Builder,ListTemplateVersionsRequest>toBuilder in class PinpointRequestpublic static ListTemplateVersionsRequest.Builder builder()
public static Class<? extends ListTemplateVersionsRequest.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.