AWS SDK for C++

AWS SDK for C++ Version 1.11.901

Loading...
Searching...
No Matches
DeduplicationConfiguration.h
1
6#pragma once
7#include <aws/crt/cbor/Cbor.h>
8#include <aws/eventbridgev2/EventBridgeV2_EXPORTS.h>
9#include <aws/eventbridgev2/model/DeduplicationType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Cbor {
16class CborValue;
17} // namespace Cbor
18} // namespace Utils
19namespace EventBridgeV2 {
20namespace Model {
21
28 public:
29 AWS_EVENTBRIDGEV2_API DeduplicationConfiguration() = default;
30 AWS_EVENTBRIDGEV2_API DeduplicationConfiguration(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
31 AWS_EVENTBRIDGEV2_API DeduplicationConfiguration& operator=(const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
32 AWS_EVENTBRIDGEV2_API void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder) const;
33
35
36 inline DeduplicationType GetDeduplicationType() const { return m_deduplicationType; }
37 inline bool DeduplicationTypeHasBeenSet() const { return m_deduplicationTypeHasBeenSet; }
39 m_deduplicationTypeHasBeenSet = true;
40 m_deduplicationType = value;
41 }
44 return *this;
45 }
47 private:
49 bool m_deduplicationTypeHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace EventBridgeV2
54} // namespace Aws
AWS_EVENTBRIDGEV2_API DeduplicationConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_EVENTBRIDGEV2_API DeduplicationConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_EVENTBRIDGEV2_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_EVENTBRIDGEV2_API DeduplicationConfiguration()=default
DeduplicationConfiguration & WithDeduplicationType(DeduplicationType value)