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 {
34 AWS_CLOUDWATCHOMNI_API
LogMetadata(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
35 AWS_CLOUDWATCHOMNI_API
LogMetadata&
operator=(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
36 AWS_CLOUDWATCHOMNI_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
44 m_attributesHasBeenSet =
true;
45 m_attributes = std::forward<AttributesT>(value);
47 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
52 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
54 m_attributesHasBeenSet =
true;
55 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
61 bool m_attributesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map