7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/ToolResultContentBlock.h>
9#include <aws/bedrock-runtime/model/ToolResultStatus.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace BedrockRuntime {
47 template <
typename ToolUseIdT = Aws::String>
49 m_toolUseIdHasBeenSet =
true;
50 m_toolUseId = std::forward<ToolUseIdT>(value);
52 template <
typename ToolUseIdT = Aws::String>
65 template <
typename ContentT = Aws::Vector<ToolResultContentBlock>>
67 m_contentHasBeenSet =
true;
68 m_content = std::forward<ContentT>(value);
70 template <
typename ContentT = Aws::Vector<ToolResultContentBlock>>
75 template <
typename ContentT = ToolResultContentBlock>
77 m_contentHasBeenSet =
true;
78 m_content.emplace_back(std::forward<ContentT>(value));
91 m_statusHasBeenSet =
true;
106 template <
typename TypeT = Aws::String>
108 m_typeHasBeenSet =
true;
109 m_type = std::forward<TypeT>(value);
111 template <
typename TypeT = Aws::String>
113 SetType(std::forward<TypeT>(value));
125 bool m_toolUseIdHasBeenSet =
false;
126 bool m_contentHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
128 bool m_typeHasBeenSet =
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