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/FlowTraceNodeOutputField.h>
24namespace BedrockAgentRuntime
54 template<
typename FieldsT = Aws::Vector<FlowTraceNodeOutputField>>
55 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
56 template<
typename FieldsT = Aws::Vector<FlowTraceNodeOutputField>>
58 template<
typename FieldsT = FlowTraceNodeOutputField>
68 template<
typename NodeNameT = Aws::String>
69 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
70 template<
typename NodeNameT = Aws::String>
80 template<
typename TimestampT = Aws::Utils::DateTime>
81 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
82 template<
typename TimestampT = Aws::Utils::DateTime>
88 bool m_fieldsHasBeenSet =
false;
91 bool m_nodeNameHasBeenSet =
false;
94 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue