@Generated(value="software.amazon.awssdk:codegen") public final class GetBuiltinSlotTypesRequest extends LexModelBuildingRequest implements ToCopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBuiltinSlotTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBuiltinSlotTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Locale |
locale()
A list of locales that the slot type supports.
|
String |
localeAsString()
A list of locales that the slot type supports.
|
Integer |
maxResults()
The maximum number of slot types to return in the response.
|
String |
nextToken()
A pagination token that fetches the next page of slot types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBuiltinSlotTypesRequest.Builder> |
serializableBuilderClass() |
String |
signatureContains()
Substring to match in built-in slot type signatures.
|
GetBuiltinSlotTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Locale locale()
A list of locales that the slot type supports.
If the service returns an enum value that is not available in the current SDK version, locale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
Localepublic String localeAsString()
A list of locales that the slot type supports.
If the service returns an enum value that is not available in the current SDK version, locale will
return Locale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
localeAsString().
Localepublic String signatureContains()
Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
public 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 the 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 GetBuiltinSlotTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>toBuilder in class LexModelBuildingRequestpublic static GetBuiltinSlotTypesRequest.Builder builder()
public static Class<? extends GetBuiltinSlotTypesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.