7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
41 template <
typename ExpressionT = Aws::String>
43 m_expressionHasBeenSet =
true;
44 m_expression = std::forward<ExpressionT>(value);
46 template <
typename ExpressionT = Aws::String>
59 template <
typename NodeNameT = Aws::String>
61 m_nodeNameHasBeenSet =
true;
62 m_nodeName = std::forward<NodeNameT>(value);
64 template <
typename NodeNameT = Aws::String>
77 template <
typename OutputFieldNameT = Aws::String>
79 m_outputFieldNameHasBeenSet =
true;
80 m_outputFieldName = std::forward<OutputFieldNameT>(value);
82 template <
typename OutputFieldNameT = Aws::String>
94 bool m_expressionHasBeenSet =
false;
95 bool m_nodeNameHasBeenSet =
false;
96 bool m_outputFieldNameHasBeenSet =
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