7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/ToolUseType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockRuntime {
44 template <
typename ToolUseIdT = Aws::String>
46 m_toolUseIdHasBeenSet =
true;
47 m_toolUseId = std::forward<ToolUseIdT>(value);
49 template <
typename ToolUseIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 m_typeHasBeenSet =
true;
95 bool m_toolUseIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 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
Aws::Utils::Json::JsonValue JsonValue