7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowTraceNodeOutputContent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
51 template<
typename ContentT = FlowTraceNodeOutputContent>
52 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
53 template<
typename ContentT = FlowTraceNodeOutputContent>
63 template<
typename NodeOutputNameT = Aws::String>
64 void SetNodeOutputName(NodeOutputNameT&& value) { m_nodeOutputNameHasBeenSet =
true; m_nodeOutputName = std::forward<NodeOutputNameT>(value); }
65 template<
typename NodeOutputNameT = Aws::String>
71 bool m_contentHasBeenSet =
false;
74 bool m_nodeOutputNameHasBeenSet =
false;
bool NodeOutputNameHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputField & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
const FlowTraceNodeOutputContent & GetContent() const
const Aws::String & GetNodeOutputName() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputField()=default
void SetContent(ContentT &&value)
void SetNodeOutputName(NodeOutputNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputField(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
FlowTraceNodeOutputField & WithNodeOutputName(NodeOutputNameT &&value)
FlowTraceNodeOutputField & WithContent(ContentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue