7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
19namespace LexRuntimeV2 {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename SubSlotToElicitT = ElicitSubSlot>
61 m_subSlotToElicitHasBeenSet =
true;
62 m_subSlotToElicit = Aws::MakeShared<ElicitSubSlot>(
"ElicitSubSlot", std::forward<SubSlotToElicitT>(value));
64 template <
typename SubSlotToElicitT = ElicitSubSlot>
73 std::shared_ptr<ElicitSubSlot> m_subSlotToElicit;
74 bool m_nameHasBeenSet =
false;
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