7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/CustomVocabularyStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LexModelsV2 {
38 template <
typename BotIdT = Aws::String>
40 m_botIdHasBeenSet =
true;
41 m_botId = std::forward<BotIdT>(value);
43 template <
typename BotIdT = Aws::String>
45 SetBotId(std::forward<BotIdT>(value));
55 template <
typename BotVersionT = Aws::String>
57 m_botVersionHasBeenSet =
true;
58 m_botVersion = std::forward<BotVersionT>(value);
60 template <
typename BotVersionT = Aws::String>
72 template <
typename LocaleIdT = Aws::String>
74 m_localeIdHasBeenSet =
true;
75 m_localeId = std::forward<LocaleIdT>(value);
77 template <
typename LocaleIdT = Aws::String>
91 m_customVocabularyStatusHasBeenSet =
true;
92 m_customVocabularyStatus = value;
105 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
107 m_creationDateTimeHasBeenSet =
true;
108 m_creationDateTime = std::forward<CreationDateTimeT>(value);
110 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
122 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
124 m_lastUpdatedDateTimeHasBeenSet =
true;
125 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
127 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
165 bool m_botIdHasBeenSet =
false;
166 bool m_botVersionHasBeenSet =
false;
167 bool m_localeIdHasBeenSet =
false;
168 bool m_customVocabularyStatusHasBeenSet =
false;
169 bool m_creationDateTimeHasBeenSet =
false;
170 bool m_lastUpdatedDateTimeHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue