@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBuiltInIntentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBuiltInIntentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBuiltInIntentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLocaleId()
The identifier of the language and locale of the intents to list.
|
Integer |
getMaxResults()
The maximum number of built-in intents to return in each page of results.
|
String |
getNextToken()
If the response from the
ListBuiltInIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
BuiltInIntentSortBy |
getSortBy()
Specifies sorting parameters for the list of built-in intents.
|
int |
hashCode() |
void |
setLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
void |
setMaxResults(Integer maxResults)
The maximum number of built-in intents to return in each page of results.
|
void |
setNextToken(String nextToken)
If the response from the
ListBuiltInIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
void |
setSortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents.
|
String |
toString()
Returns a string representation of this object.
|
ListBuiltInIntentsRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListBuiltInIntentsRequest |
withMaxResults(Integer maxResults)
The maximum number of built-in intents to return in each page of results.
|
ListBuiltInIntentsRequest |
withNextToken(String nextToken)
If the response from the
ListBuiltInIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListBuiltInIntentsRequest |
withSortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setLocaleId(String localeId)
The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale of the intents to list. The string must match one of the
supported locales. For more information, see Supported languages.public String getLocaleId()
The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
public ListBuiltInIntentsRequest withLocaleId(String localeId)
The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale of the intents to list. The string must match one of the
supported locales. For more information, see Supported languages.public void setSortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
sortBy
- Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by
the built-in intent signature in either ascending or descending order.public BuiltInIntentSortBy getSortBy()
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
public ListBuiltInIntentsRequest withSortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
sortBy
- Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by
the built-in intent signature in either ascending or descending order.public void setMaxResults(Integer maxResults)
The maximum number of built-in intents 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 intents 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 intents 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 ListBuiltInIntentsRequest withMaxResults(Integer maxResults)
The maximum number of built-in intents 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 intents 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 ListBuiltInIntents
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 ListBuiltInIntents
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 ListBuiltInIntents
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.
ListBuiltInIntents
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 ListBuiltInIntentsRequest withNextToken(String nextToken)
If the response from the ListBuiltInIntents
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 ListBuiltInIntents
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 Object
Object.toString()
public ListBuiltInIntentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()