7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/TracePart.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
42 template <
typename AgentTracesT = Aws::Vector<TracePart>>
44 m_agentTracesHasBeenSet =
true;
45 m_agentTraces = std::forward<AgentTracesT>(value);
47 template <
typename AgentTracesT = Aws::Vector<TracePart>>
52 template <
typename AgentTracesT = TracePart>
54 m_agentTracesHasBeenSet =
true;
55 m_agentTraces.emplace_back(std::forward<AgentTracesT>(value));
61 bool m_agentTracesHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API NodeTraceElements(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API NodeTraceElements & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API NodeTraceElements()=default
void SetAgentTraces(AgentTracesT &&value)
const Aws::Vector< TracePart > & GetAgentTraces() const
NodeTraceElements & AddAgentTraces(AgentTracesT &&value)
NodeTraceElements & WithAgentTraces(AgentTracesT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool AgentTracesHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue