7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent-runtime/model/ActionInvocationType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock-agent-runtime/model/FunctionParameter.h>
24namespace BedrockAgentRuntime
53 template<
typename ActionGroupT = Aws::String>
54 void SetActionGroup(ActionGroupT&& value) { m_actionGroupHasBeenSet =
true; m_actionGroup = std::forward<ActionGroupT>(value); }
55 template<
typename ActionGroupT = Aws::String>
75 template<
typename AgentIdT = Aws::String>
76 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
77 template<
typename AgentIdT = Aws::String>
87 template<
typename CollaboratorNameT = Aws::String>
88 void SetCollaboratorName(CollaboratorNameT&& value) { m_collaboratorNameHasBeenSet =
true; m_collaboratorName = std::forward<CollaboratorNameT>(value); }
89 template<
typename CollaboratorNameT = Aws::String>
99 template<
typename FunctionT = Aws::String>
100 void SetFunction(FunctionT&& value) { m_functionHasBeenSet =
true; m_function = std::forward<FunctionT>(value); }
101 template<
typename FunctionT = Aws::String>
111 template<
typename ParametersT = Aws::Vector<FunctionParameter>>
112 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
113 template<
typename ParametersT = Aws::Vector<FunctionParameter>>
115 template<
typename ParametersT = FunctionParameter>
121 bool m_actionGroupHasBeenSet =
false;
124 bool m_actionInvocationTypeHasBeenSet =
false;
127 bool m_agentIdHasBeenSet =
false;
130 bool m_collaboratorNameHasBeenSet =
false;
133 bool m_functionHasBeenSet =
false;
136 bool m_parametersHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue