7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
41 template <
typename InstructionT = Aws::String>
43 m_instructionHasBeenSet =
true;
44 m_instruction = std::forward<InstructionT>(value);
46 template <
typename InstructionT = Aws::String>
59 template <
typename ExamplesT = Aws::Vector<Aws::String>>
61 m_examplesHasBeenSet =
true;
62 m_examples = std::forward<ExamplesT>(value);
64 template <
typename ExamplesT = Aws::Vector<Aws::String>>
69 template <
typename ExamplesT = Aws::String>
71 m_examplesHasBeenSet =
true;
72 m_examples.emplace_back(std::forward<ExamplesT>(value));
80 bool m_instructionHasBeenSet =
false;
81 bool m_examplesHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue