7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
14namespace LexModelsV2 {
37 template <
typename SlotIdT = Aws::String>
39 m_slotIdHasBeenSet =
true;
40 m_slotId = std::forward<SlotIdT>(value);
42 template <
typename SlotIdT = Aws::String>
55 template <
typename BotIdT = Aws::String>
57 m_botIdHasBeenSet =
true;
58 m_botId = std::forward<BotIdT>(value);
60 template <
typename BotIdT = Aws::String>
62 SetBotId(std::forward<BotIdT>(value));
73 template <
typename BotVersionT = Aws::String>
75 m_botVersionHasBeenSet =
true;
76 m_botVersion = std::forward<BotVersionT>(value);
78 template <
typename BotVersionT = Aws::String>
94 template <
typename LocaleIdT = Aws::String>
96 m_localeIdHasBeenSet =
true;
97 m_localeId = std::forward<LocaleIdT>(value);
99 template <
typename LocaleIdT = Aws::String>
112 template <
typename IntentIdT = Aws::String>
114 m_intentIdHasBeenSet =
true;
115 m_intentId = std::forward<IntentIdT>(value);
117 template <
typename IntentIdT = Aws::String>
133 bool m_slotIdHasBeenSet =
false;
134 bool m_botIdHasBeenSet =
false;
135 bool m_botVersionHasBeenSet =
false;
136 bool m_localeIdHasBeenSet =
false;
137 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