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/NodeExecutionContent.h>
11#include <aws/bedrock-agent-runtime/model/NodeInputExecutionChainItem.h>
12#include <aws/bedrock-agent-runtime/model/NodeInputSource.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
25namespace BedrockAgentRuntime {
48 m_categoryHasBeenSet =
true;
64 template <
typename ContentT = NodeExecutionContent>
66 m_contentHasBeenSet =
true;
67 m_content = std::forward<ContentT>(value);
69 template <
typename ContentT = NodeExecutionContent>
82 template <
typename ExecutionChainT = Aws::Vector<NodeInputExecutionChainItem>>
84 m_executionChainHasBeenSet =
true;
85 m_executionChain = std::forward<ExecutionChainT>(value);
87 template <
typename ExecutionChainT = Aws::Vector<NodeInputExecutionChainItem>>
92 template <
typename ExecutionChainT = NodeInputExecutionChainItem>
94 m_executionChainHasBeenSet =
true;
95 m_executionChain.emplace_back(std::forward<ExecutionChainT>(value));
106 template <
typename NameT = Aws::String>
108 m_nameHasBeenSet =
true;
109 m_name = std::forward<NameT>(value);
111 template <
typename NameT = Aws::String>
113 SetName(std::forward<NameT>(value));
124 template <
typename SourceT = NodeInputSource>
126 m_sourceHasBeenSet =
true;
127 m_source = std::forward<SourceT>(value);
129 template <
typename SourceT = NodeInputSource>
143 m_typeHasBeenSet =
true;
154 NodeExecutionContent m_content;
160 NodeInputSource m_source;
163 bool m_categoryHasBeenSet =
false;
164 bool m_contentHasBeenSet =
false;
165 bool m_executionChainHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
167 bool m_sourceHasBeenSet =
false;
168 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