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 {
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>
91 template <
typename SlotTypeIdT = Aws::String>
93 m_slotTypeIdHasBeenSet =
true;
94 m_slotTypeId = std::forward<SlotTypeIdT>(value);
96 template <
typename SlotTypeIdT = Aws::String>
108 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
110 m_valueElicitationSettingHasBeenSet =
true;
111 m_valueElicitationSetting = std::forward<ValueElicitationSettingT>(value);
113 template <
typename ValueElicitationSettingT = SlotValueElicitationSetting>
126 template <
typename ObfuscationSettingT = ObfuscationSetting>
128 m_obfuscationSettingHasBeenSet =
true;
129 m_obfuscationSetting = std::forward<ObfuscationSettingT>(value);
131 template <
typename ObfuscationSettingT = ObfuscationSetting>
143 template <
typename BotIdT = Aws::String>
145 m_botIdHasBeenSet =
true;
146 m_botId = std::forward<BotIdT>(value);
148 template <
typename BotIdT = Aws::String>
150 SetBotId(std::forward<BotIdT>(value));
160 template <
typename BotVersionT = Aws::String>
162 m_botVersionHasBeenSet =
true;
163 m_botVersion = std::forward<BotVersionT>(value);
165 template <
typename BotVersionT = Aws::String>
177 template <
typename LocaleIdT = Aws::String>
179 m_localeIdHasBeenSet =
true;
180 m_localeId = std::forward<LocaleIdT>(value);
182 template <
typename LocaleIdT = Aws::String>
194 template <
typename IntentIdT = Aws::String>
196 m_intentIdHasBeenSet =
true;
197 m_intentId = std::forward<IntentIdT>(value);
199 template <
typename IntentIdT = Aws::String>
211 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
213 m_creationDateTimeHasBeenSet =
true;
214 m_creationDateTime = std::forward<CreationDateTimeT>(value);
216 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
228 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
230 m_multipleValuesSettingHasBeenSet =
true;
231 m_multipleValuesSetting = std::forward<MultipleValuesSettingT>(value);
233 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
246 template <
typename SubSlotSettingT = SubSlotSetting>
248 m_subSlotSettingHasBeenSet =
true;
249 m_subSlotSetting = std::forward<SubSlotSettingT>(value);
251 template <
typename SubSlotSettingT = SubSlotSetting>
261 template <
typename RequestIdT = Aws::String>
263 m_requestIdHasBeenSet =
true;
264 m_requestId = std::forward<RequestIdT>(value);
266 template <
typename RequestIdT = Aws::String>
295 MultipleValuesSetting m_multipleValuesSetting;
297 SubSlotSetting m_subSlotSetting;
300 bool m_slotIdHasBeenSet =
false;
301 bool m_slotNameHasBeenSet =
false;
302 bool m_descriptionHasBeenSet =
false;
303 bool m_slotTypeIdHasBeenSet =
false;
304 bool m_valueElicitationSettingHasBeenSet =
false;
305 bool m_obfuscationSettingHasBeenSet =
false;
306 bool m_botIdHasBeenSet =
false;
307 bool m_botVersionHasBeenSet =
false;
308 bool m_localeIdHasBeenSet =
false;
309 bool m_intentIdHasBeenSet =
false;
310 bool m_creationDateTimeHasBeenSet =
false;
311 bool m_multipleValuesSettingHasBeenSet =
false;
312 bool m_subSlotSettingHasBeenSet =
false;
313 bool m_requestIdHasBeenSet =
false;
CreateSlotResult & WithSlotTypeId(SlotTypeIdT &&value)
const SlotValueElicitationSetting & GetValueElicitationSetting() const
const Aws::String & GetBotVersion() const
CreateSlotResult & WithRequestId(RequestIdT &&value)
CreateSlotResult & WithSubSlotSetting(SubSlotSettingT &&value)
const Aws::String & GetSlotTypeId() const
AWS_LEXMODELSV2_API CreateSlotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetBotId() const
void SetSlotTypeId(SlotTypeIdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
void SetSlotName(SlotNameT &&value)
const SubSlotSetting & GetSubSlotSetting() const
CreateSlotResult & WithValueElicitationSetting(ValueElicitationSettingT &&value)
CreateSlotResult & WithBotId(BotIdT &&value)
void SetSubSlotSetting(SubSlotSettingT &&value)
const Aws::String & GetSlotId() const
AWS_LEXMODELSV2_API CreateSlotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIntentId(IntentIdT &&value)
void SetMultipleValuesSetting(MultipleValuesSettingT &&value)
AWS_LEXMODELSV2_API CreateSlotResult()=default
void SetDescription(DescriptionT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
CreateSlotResult & WithSlotId(SlotIdT &&value)
const Aws::String & GetIntentId() const
const Aws::String & GetSlotName() const
CreateSlotResult & WithBotVersion(BotVersionT &&value)
void SetBotId(BotIdT &&value)
CreateSlotResult & WithObfuscationSetting(ObfuscationSettingT &&value)
const ObfuscationSetting & GetObfuscationSetting() const
void SetBotVersion(BotVersionT &&value)
const MultipleValuesSetting & GetMultipleValuesSetting() const
void SetObfuscationSetting(ObfuscationSettingT &&value)
CreateSlotResult & WithMultipleValuesSetting(MultipleValuesSettingT &&value)
CreateSlotResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetRequestId(RequestIdT &&value)
CreateSlotResult & WithDescription(DescriptionT &&value)
CreateSlotResult & WithIntentId(IntentIdT &&value)
CreateSlotResult & WithSlotName(SlotNameT &&value)
void SetLocaleId(LocaleIdT &&value)
void SetValueElicitationSetting(ValueElicitationSettingT &&value)
CreateSlotResult & WithLocaleId(LocaleIdT &&value)
void SetSlotId(SlotIdT &&value)
const Aws::String & GetLocaleId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue