7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/NodeInputField.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<NodeInputField>>
47 m_fieldsHasBeenSet =
true;
48 m_fields = std::forward<FieldsT>(value);
50 template <
typename FieldsT = Aws::Vector<NodeInputField>>
55 template <
typename FieldsT = NodeInputField>
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;
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