@Generated(value="software.amazon.awssdk:codegen") public final class GetSlotTypesRequest extends LexModelBuildingRequest implements ToCopyableBuilder<GetSlotTypesRequest.Builder,GetSlotTypesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSlotTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSlotTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of slot types to return in the response.
|
String |
nameContains()
Substring to match in slot type names.
|
String |
nextToken()
A pagination token that fetches the next page of slot types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSlotTypesRequest.Builder> |
serializableBuilderClass() |
GetSlotTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch next page of slot types, specify the pagination token in the next request.
public Integer maxResults()
The maximum number of slot types to return in the response. The default is 10.
public String nameContains()
Substring to match in slot type names. A slot type will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
public GetSlotTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSlotTypesRequest.Builder,GetSlotTypesRequest>toBuilder in class LexModelBuildingRequestpublic static GetSlotTypesRequest.Builder builder()
public static Class<? extends GetSlotTypesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.