7#include <aws/cloudwatchomni/CloudWatchOmni_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/crt/cbor/Cbor.h>
20namespace CloudWatchOmni {
32 AWS_CLOUDWATCHOMNI_API
TraceMetadata(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
34 AWS_CLOUDWATCHOMNI_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
40 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
42 m_attributesHasBeenSet =
true;
43 m_attributes = std::forward<AttributesT>(value);
45 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
50 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
52 m_attributesHasBeenSet =
true;
53 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
59 bool m_attributesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map