7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/CustomVocabularyStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LexModelsV2 {
36 template <
typename BotIdT = Aws::String>
38 m_botIdHasBeenSet =
true;
39 m_botId = std::forward<BotIdT>(value);
41 template <
typename BotIdT = Aws::String>
43 SetBotId(std::forward<BotIdT>(value));
53 template <
typename BotVersionT = Aws::String>
55 m_botVersionHasBeenSet =
true;
56 m_botVersion = std::forward<BotVersionT>(value);
58 template <
typename BotVersionT = Aws::String>
71 template <
typename LocaleIdT = Aws::String>
73 m_localeIdHasBeenSet =
true;
74 m_localeId = std::forward<LocaleIdT>(value);
76 template <
typename LocaleIdT = Aws::String>
89 m_customVocabularyStatusHasBeenSet =
true;
90 m_customVocabularyStatus = value;
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
125 bool m_botIdHasBeenSet =
false;
126 bool m_botVersionHasBeenSet =
false;
127 bool m_localeIdHasBeenSet =
false;
128 bool m_customVocabularyStatusHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
void SetBotVersion(BotVersionT &&value)
void SetRequestId(RequestIdT &&value)
void SetCustomVocabularyStatus(CustomVocabularyStatus value)
const Aws::String & GetRequestId() const
DeleteCustomVocabularyResult & WithBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult()=default
const Aws::String & GetBotVersion() const
void SetBotId(BotIdT &&value)
CustomVocabularyStatus GetCustomVocabularyStatus() const
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteCustomVocabularyResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
DeleteCustomVocabularyResult & WithRequestId(RequestIdT &&value)
DeleteCustomVocabularyResult & WithCustomVocabularyStatus(CustomVocabularyStatus value)
DeleteCustomVocabularyResult & WithLocaleId(LocaleIdT &&value)
void SetLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API DeleteCustomVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue