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 {
32 AWS_EVENTBRIDGEV2_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
38 template <
typename KmsKeyIdentifierT = Aws::String>
40 m_kmsKeyIdentifierHasBeenSet =
true;
41 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
43 template <
typename KmsKeyIdentifierT = Aws::String>
51 bool m_kmsKeyIdentifierHasBeenSet =
false;
AWS_EVENTBRIDGEV2_API EncryptionConfiguration()=default
AWS_EVENTBRIDGEV2_API EncryptionConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_EVENTBRIDGEV2_API EncryptionConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
bool KmsKeyIdentifierHasBeenSet() const
EncryptionConfiguration & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
AWS_EVENTBRIDGEV2_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String