7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename SlotIdT = Aws::String>
42 void SetSlotId(SlotIdT&& value) { m_slotIdHasBeenSet =
true; m_slotId = std::forward<SlotIdT>(value); }
43 template<
typename SlotIdT = Aws::String>
53 template<
typename BotIdT = Aws::String>
54 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
55 template<
typename BotIdT = Aws::String>
65 template<
typename BotVersionT = Aws::String>
66 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
67 template<
typename BotVersionT = Aws::String>
80 template<
typename LocaleIdT = Aws::String>
81 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
82 template<
typename LocaleIdT = Aws::String>
92 template<
typename IntentIdT = Aws::String>
93 void SetIntentId(IntentIdT&& value) { m_intentIdHasBeenSet =
true; m_intentId = std::forward<IntentIdT>(value); }
94 template<
typename IntentIdT = Aws::String>
100 bool m_slotIdHasBeenSet =
false;
103 bool m_botIdHasBeenSet =
false;
106 bool m_botVersionHasBeenSet =
false;
109 bool m_localeIdHasBeenSet =
false;
112 bool m_intentIdHasBeenSet =
false;
DescribeSlotRequest & WithSlotId(SlotIdT &&value)
const Aws::String & GetIntentId() const
bool IntentIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
DescribeSlotRequest & WithBotVersion(BotVersionT &&value)
DescribeSlotRequest & WithIntentId(IntentIdT &&value)
DescribeSlotRequest & WithBotId(BotIdT &&value)
bool BotVersionHasBeenSet() const
const Aws::String & GetSlotId() const
const Aws::String & GetBotVersion() const
void SetLocaleId(LocaleIdT &&value)
DescribeSlotRequest & WithLocaleId(LocaleIdT &&value)
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API DescribeSlotRequest()=default
void SetSlotId(SlotIdT &&value)
void SetBotId(BotIdT &&value)
bool LocaleIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SlotIdHasBeenSet() const
const Aws::String & GetLocaleId() const
void SetIntentId(IntentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String