7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowOutputContent.h>
9#include <aws/bedrock-agent-runtime/model/NodeType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime {
43 template <
typename ContentT = FlowOutputContent>
45 m_contentHasBeenSet =
true;
46 m_content = std::forward<ContentT>(value);
48 template <
typename ContentT = FlowOutputContent>
61 template <
typename NodeNameT = Aws::String>
63 m_nodeNameHasBeenSet =
true;
64 m_nodeName = std::forward<NodeNameT>(value);
66 template <
typename NodeNameT = Aws::String>
80 m_nodeTypeHasBeenSet =
true;
94 bool m_contentHasBeenSet =
false;
95 bool m_nodeNameHasBeenSet =
false;
96 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::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