7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent-runtime/model/FlowOutputField.h>
24namespace BedrockAgentRuntime
51 template<
typename FieldsT = Aws::Vector<FlowOutputField>>
52 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
53 template<
typename FieldsT = Aws::Vector<FlowOutputField>>
55 template<
typename FieldsT = FlowOutputField>
65 template<
typename NodeNameT = Aws::String>
66 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
67 template<
typename NodeNameT = Aws::String>
77 template<
typename TimestampT = Aws::Utils::DateTime>
78 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
79 template<
typename TimestampT = Aws::Utils::DateTime>
85 bool m_fieldsHasBeenSet =
false;
88 bool m_nodeNameHasBeenSet =
false;
91 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue