7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/MultipleValuesSetting.h>
11#include <aws/lexv2-models/model/ObfuscationSetting.h>
12#include <aws/lexv2-models/model/SlotValueElicitationSetting.h>
13#include <aws/lexv2-models/model/SubSlotSetting.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace LexModelsV2 {
39 template <
typename SlotIdT = Aws::String>
41 m_slotIdHasBeenSet =
true;
42 m_slotId = std::forward<SlotIdT>(value);
44 template <
typename SlotIdT = Aws::String>
56 template <
typename SlotNameT = Aws::String>
58 m_slotNameHasBeenSet =
true;
59 m_slotName = std::forward<SlotNameT>(value);
61 template <
typename SlotNameT = Aws::String>
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
91 template <
typename SlotTypeIdT = Aws::String>
93 m_slotTypeIdHasBeenSet =
true;
94 m_slotTypeId = std::forward<SlotTypeIdT>(value);
96 template <
typename SlotTypeIdT = Aws::String>
109 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
111 m_valueElicitationSettingHasBeenSet =
true;
112 m_valueElicitationSetting = std::forward<ValueElicitationSettingT>(value);
114 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
127 template <
typename ObfuscationSettingT = ObfuscationSetting>
129 m_obfuscationSettingHasBeenSet =
true;
130 m_obfuscationSetting = std::forward<ObfuscationSettingT>(value);
132 template <
typename ObfuscationSettingT = ObfuscationSetting>
144 template <
typename BotIdT = Aws::String>
146 m_botIdHasBeenSet =
true;
147 m_botId = std::forward<BotIdT>(value);
149 template <
typename BotIdT = Aws::String>
151 SetBotId(std::forward<BotIdT>(value));
162 template <
typename BotVersionT = Aws::String>
164 m_botVersionHasBeenSet =
true;
165 m_botVersion = std::forward<BotVersionT>(value);
167 template <
typename BotVersionT = Aws::String>
179 template <
typename LocaleIdT = Aws::String>
181 m_localeIdHasBeenSet =
true;
182 m_localeId = std::forward<LocaleIdT>(value);
184 template <
typename LocaleIdT = Aws::String>
196 template <
typename IntentIdT = Aws::String>
198 m_intentIdHasBeenSet =
true;
199 m_intentId = std::forward<IntentIdT>(value);
201 template <
typename IntentIdT = Aws::String>
213 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
215 m_creationDateTimeHasBeenSet =
true;
216 m_creationDateTime = std::forward<CreationDateTimeT>(value);
218 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
230 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
232 m_lastUpdatedDateTimeHasBeenSet =
true;
233 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
235 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
247 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
249 m_multipleValuesSettingHasBeenSet =
true;
250 m_multipleValuesSetting = std::forward<MultipleValuesSettingT>(value);
252 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
265 template <
typename SubSlotSettingT = SubSlotSetting>
267 m_subSlotSettingHasBeenSet =
true;
268 m_subSlotSetting = std::forward<SubSlotSettingT>(value);
270 template <
typename SubSlotSettingT = SubSlotSetting>
280 template <
typename RequestIdT = Aws::String>
282 m_requestIdHasBeenSet =
true;
283 m_requestId = std::forward<RequestIdT>(value);
285 template <
typename RequestIdT = Aws::String>
316 MultipleValuesSetting m_multipleValuesSetting;
318 SubSlotSetting m_subSlotSetting;
321 bool m_slotIdHasBeenSet =
false;
322 bool m_slotNameHasBeenSet =
false;
323 bool m_descriptionHasBeenSet =
false;
324 bool m_slotTypeIdHasBeenSet =
false;
325 bool m_valueElicitationSettingHasBeenSet =
false;
326 bool m_obfuscationSettingHasBeenSet =
false;
327 bool m_botIdHasBeenSet =
false;
328 bool m_botVersionHasBeenSet =
false;
329 bool m_localeIdHasBeenSet =
false;
330 bool m_intentIdHasBeenSet =
false;
331 bool m_creationDateTimeHasBeenSet =
false;
332 bool m_lastUpdatedDateTimeHasBeenSet =
false;
333 bool m_multipleValuesSettingHasBeenSet =
false;
334 bool m_subSlotSettingHasBeenSet =
false;
335 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)
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