Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetIntentsRequest.Builder,GetIntentsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetIntentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetIntentsRequest.Builder,GetIntentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIntentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetIntentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of intents to return in the response.
|
String |
nameContains() |
Substring to match in intent names.
|
String |
nextToken() |
A pagination token that fetches the next page of intents.
|
static Class<? extends GetIntentsRequest.Builder> |
serializableBuilderClass() |
|
GetIntentsRequest.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 intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.
public Integer maxResults()
The maximum number of intents to return in the response. The default is 10.
public String nameContains()
Substring to match in intent names. An intent will be returned if any part of its name matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
public GetIntentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIntentsRequest.Builder,GetIntentsRequest>
public static GetIntentsRequest.Builder builder()
public static Class<? extends GetIntentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.