7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-runtime/model/ToolChoice.h>
10#include <aws/bedrock-runtime/model/Tool.h>
23namespace BedrockRuntime
52 template<
typename ToolsT = Aws::Vector<Tool>>
53 void SetTools(ToolsT&& value) { m_toolsHasBeenSet =
true; m_tools = std::forward<ToolsT>(value); }
54 template<
typename ToolsT = Aws::Vector<Tool>>
56 template<
typename ToolsT = Tool>
57 ToolConfiguration&
AddTools(ToolsT&& value) { m_toolsHasBeenSet =
true; m_tools.emplace_back(std::forward<ToolsT>(value));
return *
this; }
66 template<
typename ToolChoiceT = ToolChoice>
67 void SetToolChoice(ToolChoiceT&& value) { m_toolChoiceHasBeenSet =
true; m_toolChoice = std::forward<ToolChoiceT>(value); }
68 template<
typename ToolChoiceT = ToolChoice>
74 bool m_toolsHasBeenSet =
false;
77 bool m_toolChoiceHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue