@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() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to the list custom vocabulary request.
|
String |
getBotVersion()
The bot version of the bot to the list custom vocabulary request.
|
String |
getLocaleId()
The locale identifier of the bot to the list custom vocabulary request.
|
Integer |
getMaxResults()
The maximum results to the list custom vocabulary request.
|
String |
getNextToken()
The nextToken identifier to the list custom vocabulary request.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to the list custom vocabulary request.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
void |
setLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary request.
|
void |
setMaxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
|
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 unique identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
withLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
withMaxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest |
withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
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 setBotId(String botId)
The unique identifier of the bot to the list custom vocabulary request.
botId - The unique identifier of the bot to the list custom vocabulary request.public String getBotId()
The unique identifier of the bot to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest withBotId(String botId)
The unique identifier of the bot to the list custom vocabulary request.
botId - The unique identifier of the bot to the list custom vocabulary request.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 locale identifier of the bot to the list custom vocabulary request.
localeId - The locale identifier of the bot to the list custom vocabulary request.public String getLocaleId()
The locale identifier of the bot to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest withLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary request.
localeId - The locale identifier of the bot to the list custom vocabulary request.public void setMaxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
maxResults - The maximum results to the list custom vocabulary request.public Integer getMaxResults()
The maximum results to the list custom vocabulary request.
public ListCustomVocabularyItemsRequest withMaxResults(Integer maxResults)
The maximum results to the list custom vocabulary request.
maxResults - The maximum results to the list custom vocabulary request.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 ObjectObject.toString()public ListCustomVocabularyItemsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.