7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowNodeIODataType.h>
9#include <aws/bedrock-agent-runtime/model/FlowNodeInputCategory.h>
10#include <aws/bedrock-agent-runtime/model/FlowTraceNodeInputContent.h>
11#include <aws/bedrock-agent-runtime/model/FlowTraceNodeInputExecutionChainItem.h>
12#include <aws/bedrock-agent-runtime/model/FlowTraceNodeInputSource.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
25namespace BedrockAgentRuntime {
51 m_categoryHasBeenSet =
true;
66 template <
typename ContentT = FlowTraceNodeInputContent>
68 m_contentHasBeenSet =
true;
69 m_content = std::forward<ContentT>(value);
71 template <
typename ContentT = FlowTraceNodeInputContent>
84 template <
typename ExecutionChainT = Aws::Vector<FlowTraceNodeInputExecutionChainItem>>
86 m_executionChainHasBeenSet =
true;
87 m_executionChain = std::forward<ExecutionChainT>(value);
89 template <
typename ExecutionChainT = Aws::Vector<FlowTraceNodeInputExecutionChainItem>>
94 template <
typename ExecutionChainT = FlowTraceNodeInputExecutionChainItem>
96 m_executionChainHasBeenSet =
true;
97 m_executionChain.emplace_back(std::forward<ExecutionChainT>(value));
108 template <
typename NodeInputNameT = Aws::String>
110 m_nodeInputNameHasBeenSet =
true;
111 m_nodeInputName = std::forward<NodeInputNameT>(value);
113 template <
typename NodeInputNameT = Aws::String>
126 template <
typename SourceT = FlowTraceNodeInputSource>
128 m_sourceHasBeenSet =
true;
129 m_source = std::forward<SourceT>(value);
131 template <
typename SourceT = FlowTraceNodeInputSource>
145 m_typeHasBeenSet =
true;
156 FlowTraceNodeInputContent m_content;
162 FlowTraceNodeInputSource m_source;
165 bool m_categoryHasBeenSet =
false;
166 bool m_contentHasBeenSet =
false;
167 bool m_executionChainHasBeenSet =
false;
168 bool m_nodeInputNameHasBeenSet =
false;
169 bool m_sourceHasBeenSet =
false;
170 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