@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomVocabularyItemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCustomVocabularyItemsResult() |
Modifier and Type | Method and Description |
---|---|
ListCustomVocabularyItemsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot to the list custom vocabulary response.
|
String |
getBotVersion()
The bot version of the bot to the list custom vocabulary response.
|
List<CustomVocabularyItem> |
getCustomVocabularyItems()
The custom vocabulary items from the list custom vocabulary response.
|
String |
getLocaleId()
The locale identifier of the bot to the list custom vocabulary response.
|
String |
getNextToken()
The nextToken identifier to the list custom vocabulary response.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
|
void |
setBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
|
void |
setCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
void |
setLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
|
void |
setNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomVocabularyItemsResult |
withBotId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
withCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
withCustomVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
withLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
|
ListCustomVocabularyItemsResult |
withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
botId
- The unique identifier of the bot to the list custom vocabulary response.public String getBotId()
The unique identifier of the bot to the list custom vocabulary response.
public ListCustomVocabularyItemsResult withBotId(String botId)
The unique identifier of the bot to the list custom vocabulary response.
botId
- The unique identifier of the bot to the list custom vocabulary response.public void setBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
botVersion
- The bot version of the bot to the list custom vocabulary response.public String getBotVersion()
The bot version of the bot to the list custom vocabulary response.
public ListCustomVocabularyItemsResult withBotVersion(String botVersion)
The bot version of the bot to the list custom vocabulary response.
botVersion
- The bot version of the bot to the list custom vocabulary response.public void setLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
localeId
- The locale identifier of the bot to the list custom vocabulary response.public String getLocaleId()
The locale identifier of the bot to the list custom vocabulary response.
public ListCustomVocabularyItemsResult withLocaleId(String localeId)
The locale identifier of the bot to the list custom vocabulary response.
localeId
- The locale identifier of the bot to the list custom vocabulary response.public List<CustomVocabularyItem> getCustomVocabularyItems()
The custom vocabulary items from the list custom vocabulary response.
public void setCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
customVocabularyItems
- The custom vocabulary items from the list custom vocabulary response.public ListCustomVocabularyItemsResult withCustomVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
NOTE: This method appends the values to the existing list (if any). Use
setCustomVocabularyItems(java.util.Collection)
or
withCustomVocabularyItems(java.util.Collection)
if you want to override the existing values.
customVocabularyItems
- The custom vocabulary items from the list custom vocabulary response.public ListCustomVocabularyItemsResult withCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
customVocabularyItems
- The custom vocabulary items from the list custom vocabulary response.public void setNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
nextToken
- The nextToken identifier to the list custom vocabulary response.public String getNextToken()
The nextToken identifier to the list custom vocabulary response.
public ListCustomVocabularyItemsResult withNextToken(String nextToken)
The nextToken identifier to the list custom vocabulary response.
nextToken
- The nextToken identifier to the list custom vocabulary response.public String toString()
toString
in class Object
Object.toString()
public ListCustomVocabularyItemsResult clone()