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 {
41 template <
typename SlotIdT = Aws::String>
43 m_slotIdHasBeenSet =
true;
44 m_slotId = std::forward<SlotIdT>(value);
46 template <
typename SlotIdT = Aws::String>
58 template <
typename SlotNameT = Aws::String>
60 m_slotNameHasBeenSet =
true;
61 m_slotName = std::forward<SlotNameT>(value);
63 template <
typename SlotNameT = Aws::String>
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 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>
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));
161 template <
typename BotVersionT = Aws::String>
163 m_botVersionHasBeenSet =
true;
164 m_botVersion = std::forward<BotVersionT>(value);
166 template <
typename BotVersionT = Aws::String>
178 template <
typename LocaleIdT = Aws::String>
180 m_localeIdHasBeenSet =
true;
181 m_localeId = std::forward<LocaleIdT>(value);
183 template <
typename LocaleIdT = Aws::String>
195 template <
typename IntentIdT = Aws::String>
197 m_intentIdHasBeenSet =
true;
198 m_intentId = std::forward<IntentIdT>(value);
200 template <
typename IntentIdT = Aws::String>
212 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
214 m_creationDateTimeHasBeenSet =
true;
215 m_creationDateTime = std::forward<CreationDateTimeT>(value);
217 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
229 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
231 m_multipleValuesSettingHasBeenSet =
true;
232 m_multipleValuesSetting = std::forward<MultipleValuesSettingT>(value);
234 template <
typename MultipleValuesSettingT = MultipleValuesSetting>
247 template <
typename SubSlotSettingT = SubSlotSetting>
249 m_subSlotSettingHasBeenSet =
true;
250 m_subSlotSetting = std::forward<SubSlotSettingT>(value);
252 template <
typename SubSlotSettingT = SubSlotSetting>
262 template <
typename RequestIdT = Aws::String>
264 m_requestIdHasBeenSet =
true;
265 m_requestId = std::forward<RequestIdT>(value);
267 template <
typename RequestIdT = Aws::String>
298 MultipleValuesSetting m_multipleValuesSetting;
300 SubSlotSetting m_subSlotSetting;
304 bool m_slotIdHasBeenSet =
false;
305 bool m_slotNameHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
307 bool m_slotTypeIdHasBeenSet =
false;
308 bool m_valueElicitationSettingHasBeenSet =
false;
309 bool m_obfuscationSettingHasBeenSet =
false;
310 bool m_botIdHasBeenSet =
false;
311 bool m_botVersionHasBeenSet =
false;
312 bool m_localeIdHasBeenSet =
false;
313 bool m_intentIdHasBeenSet =
false;
314 bool m_creationDateTimeHasBeenSet =
false;
315 bool m_multipleValuesSettingHasBeenSet =
false;
316 bool m_subSlotSettingHasBeenSet =
false;
317 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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