7#include <aws/crt/cbor/Cbor.h>
8#include <aws/mailmanager/MailManager_EXPORTS.h>
9#include <aws/mailmanager/model/S3ExportDestinationConfiguration.h>
19namespace MailManager {
33 AWS_MAILMANAGER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
41 template <
typename S3T = S3ExportDestinationConfiguration>
43 m_s3HasBeenSet =
true;
44 m_s3 = std::forward<S3T>(value);
46 template <
typename S3T = S3ExportDestinationConfiguration>
48 SetS3(std::forward<S3T>(value));
54 bool m_s3HasBeenSet =
false;
bool S3HasBeenSet() const
AWS_MAILMANAGER_API ExportDestinationConfiguration()=default
ExportDestinationConfiguration & WithS3(S3T &&value)
const S3ExportDestinationConfiguration & GetS3() const
AWS_MAILMANAGER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
AWS_MAILMANAGER_API ExportDestinationConfiguration(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_MAILMANAGER_API ExportDestinationConfiguration & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)