@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomVocabularyItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCustomVocabularyItemsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCustomVocabularyItemsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the version of the bot associated with this custom vocabulary.
|
String |
getBotVersion()
The bot version of the bot to the list custom vocabulary request.
|
String |
getLocaleId()
The identifier of the language and locale where this custom vocabulary is used.
|
Integer |
getMaxResults()
The maximum number of items returned by the list operation.
|
String |
getNextToken()
The nextToken identifier to the list custom vocabulary request.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items returned by the list operation.
|
void |
setNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomVocabularyItemsRequest |
withBotId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsRequest |
withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsRequest |
withMaxResults(Integer maxResults)
The maximum number of items returned by the list operation.
|
ListCustomVocabularyItemsRequest |
withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
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 setBotId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
botId
- The identifier of the version of the bot associated with this custom vocabulary.public String getBotId()
The identifier of the version of the bot associated with this custom vocabulary.
public ListCustomVocabularyItemsRequest withBotId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
botId
- The identifier of the version of the bot associated with this custom vocabulary.public void setBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
botVersion
- The bot version of the bot to the list custom vocabulary request.public String getBotVersion()
The bot version of the bot to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
botVersion
- The bot version of the bot to the list custom vocabulary request.public void setLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
localeId
- The identifier of the language and locale where this custom vocabulary is used. The string must match one
of the supported locales. For more information, see Supported languages
(https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).public String getLocaleId()
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
public ListCustomVocabularyItemsRequest withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
localeId
- The identifier of the language and locale where this custom vocabulary is used. The string must match one
of the supported locales. For more information, see Supported languages
(https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).public void setMaxResults(Integer maxResults)
The maximum number of items returned by the list operation.
maxResults
- The maximum number of items returned by the list operation.public Integer getMaxResults()
The maximum number of items returned by the list operation.
public ListCustomVocabularyItemsRequest withMaxResults(Integer maxResults)
The maximum number of items returned by the list operation.
maxResults
- The maximum number of items returned by the list operation.public void setNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
nextToken
- The nextToken identifier to the list custom vocabulary request.public String getNextToken()
The nextToken identifier to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
nextToken
- The nextToken identifier to the list custom vocabulary request.public String toString()
toString
in class Object
Object.toString()
public ListCustomVocabularyItemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()