7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowNodeIODataType.h>
9#include <aws/bedrock-agent-runtime/model/NodeExecutionContent.h>
10#include <aws/bedrock-agent-runtime/model/NodeOutputNext.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace BedrockAgentRuntime {
47 template <
typename ContentT = NodeExecutionContent>
49 m_contentHasBeenSet =
true;
50 m_content = std::forward<ContentT>(value);
52 template <
typename ContentT = NodeExecutionContent>
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
83 template <
typename NextT = Aws::Vector<NodeOutputNext>>
85 m_nextHasBeenSet =
true;
86 m_next = std::forward<NextT>(value);
88 template <
typename NextT = Aws::Vector<NodeOutputNext>>
90 SetNext(std::forward<NextT>(value));
93 template <
typename NextT = NodeOutputNext>
95 m_nextHasBeenSet =
true;
96 m_next.emplace_back(std::forward<NextT>(value));
108 m_typeHasBeenSet =
true;
124 bool m_contentHasBeenSet =
false;
125 bool m_nameHasBeenSet =
false;
126 bool m_nextHasBeenSet =
false;
127 bool m_typeHasBeenSet =
false;
const Aws::Vector< NodeOutputNext > & GetNext() const
void SetNext(NextT &&value)
NodeOutputField & WithContent(ContentT &&value)
NodeOutputField & AddNext(NextT &&value)
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
void SetContent(ContentT &&value)
NodeOutputField & WithNext(NextT &&value)
NodeOutputField & WithType(FlowNodeIODataType value)
AWS_BEDROCKAGENTRUNTIME_API NodeOutputField & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(FlowNodeIODataType value)
bool NextHasBeenSet() const
const Aws::String & GetName() const
const NodeExecutionContent & GetContent() const
AWS_BEDROCKAGENTRUNTIME_API NodeOutputField(Aws::Utils::Json::JsonView jsonValue)
NodeOutputField & WithName(NameT &&value)
AWS_BEDROCKAGENTRUNTIME_API NodeOutputField()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
bool ContentHasBeenSet() const
FlowNodeIODataType GetType() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue