7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowOutputField.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace BedrockAgentRuntime {
45 template <
typename FieldsT = Aws::Vector<FlowOutputField>>
47 m_fieldsHasBeenSet =
true;
48 m_fields = std::forward<FieldsT>(value);
50 template <
typename FieldsT = Aws::Vector<FlowOutputField>>
55 template <
typename FieldsT = FlowOutputField>
57 m_fieldsHasBeenSet =
true;
58 m_fields.emplace_back(std::forward<FieldsT>(value));
69 template <
typename NodeNameT = Aws::String>
71 m_nodeNameHasBeenSet =
true;
72 m_nodeName = std::forward<NodeNameT>(value);
74 template <
typename NodeNameT = Aws::String>
87 template <
typename TimestampT = Aws::Utils::DateTime>
89 m_timestampHasBeenSet =
true;
90 m_timestamp = std::forward<TimestampT>(value);
92 template <
typename TimestampT = Aws::Utils::DateTime>
104 bool m_fieldsHasBeenSet =
false;
105 bool m_nodeNameHasBeenSet =
false;
106 bool m_timestampHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API FlowExecutionOutputEvent(Aws::Utils::Json::JsonView jsonValue)
bool NodeNameHasBeenSet() const
FlowExecutionOutputEvent & WithTimestamp(TimestampT &&value)
const Aws::String & GetNodeName() const
const Aws::Utils::DateTime & GetTimestamp() const
FlowExecutionOutputEvent & WithFields(FieldsT &&value)
FlowExecutionOutputEvent & AddFields(FieldsT &&value)
void SetFields(FieldsT &&value)
const Aws::Vector< FlowOutputField > & GetFields() const
void SetTimestamp(TimestampT &&value)
bool TimestampHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API FlowExecutionOutputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldsHasBeenSet() const
FlowExecutionOutputEvent & WithNodeName(NodeNameT &&value)
void SetNodeName(NodeNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API FlowExecutionOutputEvent()=default
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