7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowTraceNodeOutputField.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 {
48 template <
typename FieldsT = Aws::Vector<FlowTraceNodeOutputField>>
50 m_fieldsHasBeenSet =
true;
51 m_fields = std::forward<FieldsT>(value);
53 template <
typename FieldsT = Aws::Vector<FlowTraceNodeOutputField>>
58 template <
typename FieldsT = FlowTraceNodeOutputField>
60 m_fieldsHasBeenSet =
true;
61 m_fields.emplace_back(std::forward<FieldsT>(value));
72 template <
typename NodeNameT = Aws::String>
74 m_nodeNameHasBeenSet =
true;
75 m_nodeName = std::forward<NodeNameT>(value);
77 template <
typename NodeNameT = Aws::String>
90 template <
typename TimestampT = Aws::Utils::DateTime>
92 m_timestampHasBeenSet =
true;
93 m_timestamp = std::forward<TimestampT>(value);
95 template <
typename TimestampT = Aws::Utils::DateTime>
107 bool m_fieldsHasBeenSet =
false;
108 bool m_nodeNameHasBeenSet =
false;
109 bool m_timestampHasBeenSet =
false;
FlowTraceNodeOutputEvent & AddFields(FieldsT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputEvent()=default
const Aws::Utils::DateTime & GetTimestamp() const
const Aws::String & GetNodeName() const
void SetTimestamp(TimestampT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool FieldsHasBeenSet() const
bool NodeNameHasBeenSet() const
FlowTraceNodeOutputEvent & WithTimestamp(TimestampT &&value)
void SetNodeName(NodeNameT &&value)
const Aws::Vector< FlowTraceNodeOutputField > & GetFields() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeOutputEvent(Aws::Utils::Json::JsonView jsonValue)
bool TimestampHasBeenSet() const
FlowTraceNodeOutputEvent & WithNodeName(NodeNameT &&value)
FlowTraceNodeOutputEvent & WithFields(FieldsT &&value)
void SetFields(FieldsT &&value)
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