7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/AgenticRetrieveTraceEventAttributes.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockAgentRuntime {
42 template <
typename AttributesT = AgenticRetrieveTraceEventAttributes>
44 m_attributesHasBeenSet =
true;
45 m_attributes = std::forward<AttributesT>(value);
47 template <
typename AttributesT = AgenticRetrieveTraceEventAttributes>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 m_timestampHasBeenSet =
true;
92 long long m_timestamp{0};
93 bool m_attributesHasBeenSet =
false;
94 bool m_idHasBeenSet =
false;
95 bool m_timestampHasBeenSet =
false;
const AgenticRetrieveTraceEventAttributes & GetAttributes() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveTraceEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveTraceEvent(Aws::Utils::Json::JsonView jsonValue)
AgenticRetrieveTraceEvent & WithTimestamp(long long value)
long long GetTimestamp() const
AWS_BEDROCKAGENTRUNTIME_API AgenticRetrieveTraceEvent()=default
void SetTimestamp(long long value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributesHasBeenSet() const
const Aws::String & GetId() const
AgenticRetrieveTraceEvent & WithAttributes(AttributesT &&value)
bool IdHasBeenSet() const
bool TimestampHasBeenSet() const
AgenticRetrieveTraceEvent & WithId(IdT &&value)
void SetAttributes(AttributesT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue