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/MultipleValuesSetting.h>
12#include <aws/lexv2-models/model/ObfuscationSetting.h>
13#include <aws/lexv2-models/model/SlotValueElicitationSetting.h>
14#include <aws/lexv2-models/model/SubSlotSetting.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace LexModelsV2 {
40 template <
typename SlotIdT = Aws::String>
42 m_slotIdHasBeenSet =
true;
43 m_slotId = std::forward<SlotIdT>(value);
45 template <
typename SlotIdT = Aws::String>
57 template <
typename SlotNameT = Aws::String>
59 m_slotNameHasBeenSet =
true;
60 m_slotName = std::forward<SlotNameT>(value);
62 template <
typename SlotNameT = Aws::String>
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
92 template <
typename SlotTypeIdT = Aws::String>
94 m_slotTypeIdHasBeenSet =
true;
95 m_slotTypeId = std::forward<SlotTypeIdT>(value);
97 template <
typename SlotTypeIdT = Aws::String>
110 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
112 m_valueElicitationSettingHasBeenSet =
true;
113 m_valueElicitationSetting = std::forward<ValueElicitationSettingT>(value);
115 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
128 template <
typename ObfuscationSettingT = ObfuscationSetting>
130 m_obfuscationSettingHasBeenSet =
true;
131 m_obfuscationSetting = std::forward<ObfuscationSettingT>(value);
133 template <
typename ObfuscationSettingT = ObfuscationSetting>
145 template <
typename BotIdT = Aws::String>
147 m_botIdHasBeenSet =
true;
148 m_botId = std::forward<BotIdT>(value);
150 template <
typename BotIdT = Aws::String>
152 SetBotId(std::forward<BotIdT>(value));
163 template <
typename BotVersionT = Aws::String>
165 m_botVersionHasBeenSet =
true;
166 m_botVersion = std::forward<BotVersionT>(value);
168 template <
typename BotVersionT = Aws::String>
180 template <
typename LocaleIdT = Aws::String>
182 m_localeIdHasBeenSet =
true;
183 m_localeId = std::forward<LocaleIdT>(value);
185 template <
typename LocaleIdT = Aws::String>
197 template <
typename IntentIdT = Aws::String>
199 m_intentIdHasBeenSet =
true;
200 m_intentId = std::forward<IntentIdT>(value);
202 template <
typename IntentIdT = Aws::String>
214 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
216 m_creationDateTimeHasBeenSet =
true;
217 m_creationDateTime = std::forward<CreationDateTimeT>(value);
219 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
231 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
233 m_lastUpdatedDateTimeHasBeenSet =
true;
234 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
236 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
248 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
250 m_multipleValuesSettingHasBeenSet =
true;
251 m_multipleValuesSetting = std::forward<MultipleValuesSettingT>(value);
253 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
266 template <
typename SubSlotSettingT = SubSlotSetting>
268 m_subSlotSettingHasBeenSet =
true;
269 m_subSlotSetting = std::forward<SubSlotSettingT>(value);
271 template <
typename SubSlotSettingT = SubSlotSetting>
281 template <
typename RequestIdT = Aws::String>
283 m_requestIdHasBeenSet =
true;
284 m_requestId = std::forward<RequestIdT>(value);
286 template <
typename RequestIdT = Aws::String>
319 MultipleValuesSetting m_multipleValuesSetting;
321 SubSlotSetting m_subSlotSetting;
325 bool m_slotIdHasBeenSet =
false;
326 bool m_slotNameHasBeenSet =
false;
327 bool m_descriptionHasBeenSet =
false;
328 bool m_slotTypeIdHasBeenSet =
false;
329 bool m_valueElicitationSettingHasBeenSet =
false;
330 bool m_obfuscationSettingHasBeenSet =
false;
331 bool m_botIdHasBeenSet =
false;
332 bool m_botVersionHasBeenSet =
false;
333 bool m_localeIdHasBeenSet =
false;
334 bool m_intentIdHasBeenSet =
false;
335 bool m_creationDateTimeHasBeenSet =
false;
336 bool m_lastUpdatedDateTimeHasBeenSet =
false;
337 bool m_multipleValuesSettingHasBeenSet =
false;
338 bool m_subSlotSettingHasBeenSet =
false;
339 bool m_requestIdHasBeenSet =
false;
UpdateSlotResult & WithMultipleValuesSetting(MultipleValuesSettingT &&value)
const ObfuscationSetting & GetObfuscationSetting() const
const Aws::String & GetSlotId() const
const Aws::String & GetBotVersion() const
const SubSlotSetting & GetSubSlotSetting() const
UpdateSlotResult & WithValueElicitationSetting(ValueElicitationSettingT &&value)
void SetSubSlotSetting(SubSlotSettingT &&value)
void SetObfuscationSetting(ObfuscationSettingT &&value)
void SetDescription(DescriptionT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
UpdateSlotResult & WithLocaleId(LocaleIdT &&value)
UpdateSlotResult & WithSlotName(SlotNameT &&value)
const Aws::String & GetIntentId() const
const Aws::String & GetLocaleId() const
void SetRequestId(RequestIdT &&value)
UpdateSlotResult & WithRequestId(RequestIdT &&value)
UpdateSlotResult & WithSlotId(SlotIdT &&value)
UpdateSlotResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetSlotName() const
AWS_LEXMODELSV2_API UpdateSlotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
UpdateSlotResult & WithObfuscationSetting(ObfuscationSettingT &&value)
void SetIntentId(IntentIdT &&value)
const SlotValueElicitationSetting & GetValueElicitationSetting() const
const Aws::String & GetBotId() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetSlotTypeId() const
void SetValueElicitationSetting(ValueElicitationSettingT &&value)
const Aws::String & GetDescription() const
UpdateSlotResult & WithBotId(BotIdT &&value)
AWS_LEXMODELSV2_API UpdateSlotResult()=default
void SetBotId(BotIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateSlotResult & WithBotVersion(BotVersionT &&value)
void SetSlotTypeId(SlotTypeIdT &&value)
void SetSlotId(SlotIdT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetLocaleId(LocaleIdT &&value)
const MultipleValuesSetting & GetMultipleValuesSetting() const
UpdateSlotResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API UpdateSlotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateSlotResult & WithSubSlotSetting(SubSlotSettingT &&value)
void SetSlotName(SlotNameT &&value)
void SetMultipleValuesSetting(MultipleValuesSettingT &&value)
UpdateSlotResult & WithIntentId(IntentIdT &&value)
UpdateSlotResult & WithDescription(DescriptionT &&value)
UpdateSlotResult & WithSlotTypeId(SlotTypeIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue