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 EventGroupIdT = Aws::String>
44 m_eventGroupIdHasBeenSet =
true;
45 m_eventGroupId = std::forward<EventGroupIdT>(value);
47 template <
typename EventGroupIdT = Aws::String>
61 template <
typename DeduplicationIdT = Aws::String>
63 m_deduplicationIdHasBeenSet =
true;
64 m_deduplicationId = std::forward<DeduplicationIdT>(value);
66 template <
typename DeduplicationIdT = Aws::String>
76 bool m_eventGroupIdHasBeenSet =
false;
77 bool m_deduplicationIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String