7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
41 template <
typename ToolUseIdT = Aws::String>
43 m_toolUseIdHasBeenSet =
true;
44 m_toolUseId = std::forward<ToolUseIdT>(value);
46 template <
typename ToolUseIdT = Aws::String>
59 template <
typename ToolNameT = Aws::String>
61 m_toolNameHasBeenSet =
true;
62 m_toolName = std::forward<ToolNameT>(value);
64 template <
typename ToolNameT = Aws::String>
77 template <
typename ToolResultT = Aws::Utils::Document>
79 m_toolResultHasBeenSet =
true;
80 m_toolResult = std::forward<ToolResultT>(value);
82 template <
typename ToolResultT = Aws::Utils::Document>
95 template <
typename InputSchemaT = Aws::Utils::Document>
97 m_inputSchemaHasBeenSet =
true;
98 m_inputSchema = std::forward<InputSchemaT>(value);
100 template <
typename InputSchemaT = Aws::Utils::Document>
114 bool m_toolUseIdHasBeenSet =
false;
115 bool m_toolNameHasBeenSet =
false;
116 bool m_toolResultHasBeenSet =
false;
117 bool m_inputSchemaHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue