7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/RecordExpiration.h>
9#include <aws/s3/model/MetadataTableEncryptionConfiguration.h>
48 template<
typename RecordExpirationT = RecordExpiration>
49 void SetRecordExpiration(RecordExpirationT&& value) { m_recordExpirationHasBeenSet =
true; m_recordExpiration = std::forward<RecordExpirationT>(value); }
50 template<
typename RecordExpirationT = RecordExpiration>
60 template<
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
61 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
62 template<
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
68 bool m_recordExpirationHasBeenSet =
false;
71 bool m_encryptionConfigurationHasBeenSet =
false;
JournalTableConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetRecordExpiration(RecordExpirationT &&value)
JournalTableConfiguration & WithRecordExpiration(RecordExpirationT &&value)
bool RecordExpirationHasBeenSet() const
bool EncryptionConfigurationHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_S3_API JournalTableConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API JournalTableConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
const RecordExpiration & GetRecordExpiration() const
AWS_S3_API JournalTableConfiguration()=default