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/NodeOutputField.h>
24namespace BedrockAgentRuntime
51 template<
typename FieldsT = Aws::Vector<NodeOutputField>>
52 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
53 template<
typename FieldsT = Aws::Vector<NodeOutputField>>
55 template<
typename FieldsT = NodeOutputField>
56 NodeOutputEvent&
AddFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields.emplace_back(std::forward<FieldsT>(value));
return *
this; }
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;
const Aws::Utils::DateTime & GetTimestamp() const
bool NodeNameHasBeenSet() const
NodeOutputEvent & WithNodeName(NodeNameT &&value)
NodeOutputEvent & WithTimestamp(TimestampT &&value)
AWS_BEDROCKAGENTRUNTIME_API NodeOutputEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API NodeOutputEvent()=default
const Aws::String & GetNodeName() const
NodeOutputEvent & AddFields(FieldsT &&value)
AWS_BEDROCKAGENTRUNTIME_API NodeOutputEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< NodeOutputField > & GetFields() const
void SetNodeName(NodeNameT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFields(FieldsT &&value)
bool TimestampHasBeenSet() const
void SetTimestamp(TimestampT &&value)
NodeOutputEvent & WithFields(FieldsT &&value)
bool FieldsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue