@Generated(value="software.amazon.awssdk:codegen") public final class ListServiceTemplatesRequest extends ProtonRequest implements ToCopyableBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServiceTemplatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceTemplatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of service templates to list.
|
String |
nextToken()
A token that indicates the location of the next service template in the array of service templates, after the
list of service templates previously requested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListServiceTemplatesRequest.Builder> |
serializableBuilderClass() |
ListServiceTemplatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of service templates to list.
public final String nextToken()
A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously requested.
public ListServiceTemplatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServiceTemplatesRequest.Builder,ListServiceTemplatesRequest>toBuilder in class ProtonRequestpublic static ListServiceTemplatesRequest.Builder builder()
public static Class<? extends ListServiceTemplatesRequest.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.