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>
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 LastUpdatedDateTimeT = Aws::Utils::DateTime>
231 m_lastUpdatedDateTimeHasBeenSet =
true;
232 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
234 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;
void SetDescription(DescriptionT &&value)
DescribeSlotResult & WithRequestId(RequestIdT &&value)
void SetValueElicitationSetting(ValueElicitationSettingT &&value)
DescribeSlotResult & WithBotVersion(BotVersionT &&value)
const MultipleValuesSetting & GetMultipleValuesSetting() const
void SetObfuscationSetting(ObfuscationSettingT &&value)
void SetMultipleValuesSetting(MultipleValuesSettingT &&value)
const Aws::String & GetRequestId() const
void SetSubSlotSetting(SubSlotSettingT &&value)
DescribeSlotResult & WithSlotId(SlotIdT &&value)
const Aws::String & GetBotVersion() const
DescribeSlotResult & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetLocaleId() const
DescribeSlotResult & WithMultipleValuesSetting(MultipleValuesSettingT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetBotId(BotIdT &&value)
DescribeSlotResult & WithObfuscationSetting(ObfuscationSettingT &&value)
void SetBotVersion(BotVersionT &&value)
void SetSlotTypeId(SlotTypeIdT &&value)
DescribeSlotResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const SubSlotSetting & GetSubSlotSetting() const
DescribeSlotResult & WithLocaleId(LocaleIdT &&value)
DescribeSlotResult & WithSubSlotSetting(SubSlotSettingT &&value)
const Aws::String & GetSlotTypeId() const
void SetCreationDateTime(CreationDateTimeT &&value)
void SetIntentId(IntentIdT &&value)
const Aws::String & GetSlotId() const
void SetRequestId(RequestIdT &&value)
DescribeSlotResult & WithIntentId(IntentIdT &&value)
DescribeSlotResult & WithValueElicitationSetting(ValueElicitationSettingT &&value)
const Aws::String & GetIntentId() const
void SetSlotName(SlotNameT &&value)
const ObfuscationSetting & GetObfuscationSetting() const
const SlotValueElicitationSetting & GetValueElicitationSetting() const
void SetSlotId(SlotIdT &&value)
const Aws::String & GetSlotName() const
DescribeSlotResult & WithSlotName(SlotNameT &&value)
DescribeSlotResult & WithSlotTypeId(SlotTypeIdT &&value)
AWS_LEXMODELSV2_API DescribeSlotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LEXMODELSV2_API DescribeSlotResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetBotId() const
DescribeSlotResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeSlotResult & WithBotId(BotIdT &&value)
void SetLocaleId(LocaleIdT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
AWS_LEXMODELSV2_API DescribeSlotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue