Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBuiltinSlotTypesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBuiltinSlotTypesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetBuiltinSlotTypesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
locale() |
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.
|
static Class<? extends GetBuiltinSlotTypesRequest.Builder> |
serializableBuilderClass() |
|
String |
signatureContains() |
Substring to match in built-in slot type signatures.
|
GetBuiltinSlotTypesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String locale()
A list of locales that the slot type supports.
Locale
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
public static GetBuiltinSlotTypesRequest.Builder builder()
public static Class<? extends GetBuiltinSlotTypesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.