Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetSlotTypesRequest.Builder,GetSlotTypesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetSlotTypesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetSlotTypesRequest.Builder,GetSlotTypesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSlotTypesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetSlotTypesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
static Class<? extends GetSlotTypesRequest.Builder> |
serializableBuilderClass() |
|
GetSlotTypesRequest.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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSlotTypesRequest.Builder,GetSlotTypesRequest>
public static GetSlotTypesRequest.Builder builder()
public static Class<? extends GetSlotTypesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.