7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-agent/model/FlowNodeIODataType.h>
10#include <aws/bedrock-agent/model/FlowNodeInputCategory.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
75 template<
typename ExpressionT = Aws::String>
76 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
77 template<
typename ExpressionT = Aws::String>
101 bool m_nameHasBeenSet =
false;
104 bool m_typeHasBeenSet =
false;
107 bool m_expressionHasBeenSet =
false;
110 bool m_categoryHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue