7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/MetadataTableEncryptionConfiguration.h>
9#include <aws/s3-crt/model/RecordExpiration.h>
42 template <
typename RecordExpirationT = RecordExpiration>
44 m_recordExpirationHasBeenSet =
true;
45 m_recordExpiration = std::forward<RecordExpirationT>(value);
47 template <
typename RecordExpirationT = RecordExpiration>
60 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
62 m_encryptionConfigurationHasBeenSet =
true;
63 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
65 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
73 bool m_recordExpirationHasBeenSet =
false;
76 bool m_encryptionConfigurationHasBeenSet =
false;
JournalTableConfiguration & WithRecordExpiration(RecordExpirationT &&value)
const RecordExpiration & GetRecordExpiration() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API JournalTableConfiguration()=default
AWS_S3CRT_API JournalTableConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool EncryptionConfigurationHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_S3CRT_API JournalTableConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RecordExpirationHasBeenSet() const
JournalTableConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
void SetRecordExpiration(RecordExpirationT &&value)