7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/crt/cbor/Cbor.h>
9#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
19namespace EventBridgeV2 {
33 AWS_EVENTBRIDGEV2_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
42 template <
typename ContentTypeT = Aws::String>
44 m_contentTypeHasBeenSet =
true;
45 m_contentType = std::forward<ContentTypeT>(value);
47 template <
typename ContentTypeT = Aws::String>
60 template <
typename DeduplicationIdT = Aws::String>
62 m_deduplicationIdHasBeenSet =
true;
63 m_deduplicationId = std::forward<DeduplicationIdT>(value);
65 template <
typename DeduplicationIdT = Aws::String>
78 template <
typename EventGroupIdT = Aws::String>
80 m_eventGroupIdHasBeenSet =
true;
81 m_eventGroupId = std::forward<EventGroupIdT>(value);
83 template <
typename EventGroupIdT = Aws::String>
95 bool m_contentTypeHasBeenSet =
false;
96 bool m_deduplicationIdHasBeenSet =
false;
97 bool m_eventGroupIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String