7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
58 return *m_subSlotToElicit;
61 template<
typename SubSlotToElicitT = ElicitSubSlot>
63 m_subSlotToElicitHasBeenSet =
true;
64 m_subSlotToElicit = Aws::MakeShared<ElicitSubSlot>(
"ElicitSubSlot", std::forward<SubSlotToElicitT>(value));
66 template<
typename SubSlotToElicitT = ElicitSubSlot>
72 bool m_nameHasBeenSet =
false;
74 std::shared_ptr<ElicitSubSlot> m_subSlotToElicit;
75 bool m_subSlotToElicitHasBeenSet =
false;
const ElicitSubSlot & GetSubSlotToElicit() const
AWS_LEXRUNTIMEV2_API ElicitSubSlot & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubSlotToElicitHasBeenSet() const
bool NameHasBeenSet() const
void SetSubSlotToElicit(SubSlotToElicitT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
ElicitSubSlot & WithName(NameT &&value)
AWS_LEXRUNTIMEV2_API Aws::Utils::Json::JsonValue Jsonize() const
ElicitSubSlot & WithSubSlotToElicit(SubSlotToElicitT &&value)
AWS_LEXRUNTIMEV2_API ElicitSubSlot()=default
AWS_LEXRUNTIMEV2_API ElicitSubSlot(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue