7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowOutputContent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/bedrock-agent-runtime/model/NodeType.h>
23namespace BedrockAgentRuntime
49 template<
typename ContentT = FlowOutputContent>
50 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
51 template<
typename ContentT = FlowOutputContent>
61 template<
typename NodeNameT = Aws::String>
62 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
63 template<
typename NodeNameT = Aws::String>
79 bool m_contentHasBeenSet =
false;
82 bool m_nodeNameHasBeenSet =
false;
85 bool m_nodeTypeHasBeenSet =
false;
FlowOutputEvent & WithNodeType(NodeType value)
void SetNodeName(NodeNameT &&value)
bool NodeNameHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API FlowOutputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowOutputEvent & WithNodeName(NodeNameT &&value)
void SetContent(ContentT &&value)
NodeType GetNodeType() const
AWS_BEDROCKAGENTRUNTIME_API FlowOutputEvent(Aws::Utils::Json::JsonView jsonValue)
void SetNodeType(NodeType value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNodeName() const
FlowOutputEvent & WithContent(ContentT &&value)
const FlowOutputContent & GetContent() const
bool NodeTypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API FlowOutputEvent()=default
bool ContentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue