@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuiltInSlotTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListBuiltInSlotTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInSlotTypesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLocaleId()
The identifier of the language and locale of the slot types to list.
|
Integer |
getMaxResults()
The maximum number of built-in slot types to return in each page of results.
|
String |
getNextToken()
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
BuiltInSlotTypeSortBy |
getSortBy()
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
int |
hashCode() |
void |
setLocaleId(String localeId)
The identifier of the language and locale of the slot types to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results.
|
void |
setNextToken(String nextToken)
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
void |
setSortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
String |
toString()
Returns a string representation of this object.
|
ListBuiltInSlotTypesRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListBuiltInSlotTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results.
|
ListBuiltInSlotTypesRequest |
withNextToken(String nextToken)
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBuiltInSlotTypesRequest |
withSortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLocaleId(String localeId)
The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see https ://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
localeId - The identifier of the language and locale of the slot types to list. The string must match one of the
supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.public String getLocaleId()
The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see https ://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
public ListBuiltInSlotTypesRequest withLocaleId(String localeId)
The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see https ://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
localeId - The identifier of the language and locale of the slot types to list. The string must match one of the
supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.public void setSortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can choose
to sort by the slot type signature in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can
choose to sort by the slot type signature in either ascending or descending order.public BuiltInSlotTypeSortBy getSortBy()
Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can choose
to sort by the slot type signature in either ascending or descending order.
ListBuiltInSlotTypes operation. You can
choose to sort by the slot type signature in either ascending or descending order.public ListBuiltInSlotTypesRequest withSortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can choose
to sort by the slot type signature in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can
choose to sort by the slot type signature in either ascending or descending order.public void setMaxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of built-in slot types to return in each page of results. If there are fewer results
than the max page size, only the actual number of results are returned.public Integer getMaxResults()
The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
public ListBuiltInSlotTypesRequest withMaxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of built-in slot types to return in each page of results. If there are fewer results
than the max page size, only the actual number of results are returned.public void setNextToken(String nextToken)
If the response from the ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
nextToken - If the response from the ListBuiltInSlotTypes operation contains more results than specified
in the maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.public String getNextToken()
If the response from the ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
ListBuiltInSlotTypes operation contains more results than specified
in the maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.public ListBuiltInSlotTypesRequest withNextToken(String nextToken)
If the response from the ListBuiltInSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
nextToken - If the response from the ListBuiltInSlotTypes operation contains more results than specified
in the maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.public String toString()
toString in class ObjectObject.toString()public ListBuiltInSlotTypesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.