7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ActionGroupInvocationInput.h>
9#include <aws/bedrock-agent-runtime/model/AgentCollaboratorInvocationInput.h>
10#include <aws/bedrock-agent-runtime/model/CodeInterpreterInvocationInput.h>
11#include <aws/bedrock-agent-runtime/model/InvocationType.h>
12#include <aws/bedrock-agent-runtime/model/KnowledgeBaseLookupInput.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
24namespace BedrockAgentRuntime {
46 template <
typename ActionGroupInvocationInputT = ActionGroupInvocationInput>
48 m_actionGroupInvocationInputHasBeenSet =
true;
49 m_actionGroupInvocationInput = std::forward<ActionGroupInvocationInputT>(value);
51 template <
typename ActionGroupInvocationInputT = ActionGroupInvocationInput>
64 template <
typename AgentCollaboratorInvocationInputT = AgentCollaboratorInvocationInput>
66 m_agentCollaboratorInvocationInputHasBeenSet =
true;
67 m_agentCollaboratorInvocationInput = std::forward<AgentCollaboratorInvocationInputT>(value);
69 template <
typename AgentCollaboratorInvocationInputT = AgentCollaboratorInvocationInput>
82 template <
typename CodeInterpreterInvocationInputT = CodeInterpreterInvocationInput>
84 m_codeInterpreterInvocationInputHasBeenSet =
true;
85 m_codeInterpreterInvocationInput = std::forward<CodeInterpreterInvocationInputT>(value);
87 template <
typename CodeInterpreterInvocationInputT = CodeInterpreterInvocationInput>
102 m_invocationTypeHasBeenSet =
true;
103 m_invocationType = value;
118 template <
typename KnowledgeBaseLookupInputT = KnowledgeBaseLookupInput>
120 m_knowledgeBaseLookupInputHasBeenSet =
true;
121 m_knowledgeBaseLookupInput = std::forward<KnowledgeBaseLookupInputT>(value);
123 template <
typename KnowledgeBaseLookupInputT = KnowledgeBaseLookupInput>
136 template <
typename TraceIdT = Aws::String>
138 m_traceIdHasBeenSet =
true;
139 m_traceId = std::forward<TraceIdT>(value);
141 template <
typename TraceIdT = Aws::String>
156 KnowledgeBaseLookupInput m_knowledgeBaseLookupInput;
159 bool m_actionGroupInvocationInputHasBeenSet =
false;
160 bool m_agentCollaboratorInvocationInputHasBeenSet =
false;
161 bool m_codeInterpreterInvocationInputHasBeenSet =
false;
162 bool m_invocationTypeHasBeenSet =
false;
163 bool m_knowledgeBaseLookupInputHasBeenSet =
false;
164 bool m_traceIdHasBeenSet =
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