7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowNodeIODataType.h>
9#include <aws/bedrock-agent/model/FlowNodeInputCategory.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgent {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
63 m_typeHasBeenSet =
true;
81 template <
typename ExpressionT = Aws::String>
83 m_expressionHasBeenSet =
true;
84 m_expression = std::forward<ExpressionT>(value);
86 template <
typename ExpressionT = Aws::String>
108 m_categoryHasBeenSet =
true;
124 bool m_nameHasBeenSet =
false;
125 bool m_typeHasBeenSet =
false;
126 bool m_expressionHasBeenSet =
false;
127 bool m_categoryHasBeenSet =
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