7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/FlowTraceNodeInputField.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 {
47 template <
typename FieldsT = Aws::Vector<FlowTraceNodeInputField>>
49 m_fieldsHasBeenSet =
true;
50 m_fields = std::forward<FieldsT>(value);
52 template <
typename FieldsT = Aws::Vector<FlowTraceNodeInputField>>
57 template <
typename FieldsT = FlowTraceNodeInputField>
59 m_fieldsHasBeenSet =
true;
60 m_fields.emplace_back(std::forward<FieldsT>(value));
71 template <
typename NodeNameT = Aws::String>
73 m_nodeNameHasBeenSet =
true;
74 m_nodeName = std::forward<NodeNameT>(value);
76 template <
typename NodeNameT = Aws::String>
89 template <
typename TimestampT = Aws::Utils::DateTime>
91 m_timestampHasBeenSet =
true;
92 m_timestamp = std::forward<TimestampT>(value);
94 template <
typename TimestampT = Aws::Utils::DateTime>
106 bool m_fieldsHasBeenSet =
false;
107 bool m_nodeNameHasBeenSet =
false;
108 bool m_timestampHasBeenSet =
false;
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