7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/InventoryConfigurationState.h>
9#include <aws/s3-crt/model/MetadataTableEncryptionConfiguration.h>
59 template<
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
60 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
61 template<
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
67 bool m_configurationStateHasBeenSet =
false;
69 MetadataTableEncryptionConfiguration m_encryptionConfiguration;
70 bool m_encryptionConfigurationHasBeenSet =
false;
InventoryConfigurationState GetConfigurationState() const
AWS_S3CRT_API InventoryTableConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ConfigurationStateHasBeenSet() const
InventoryTableConfiguration & WithConfigurationState(InventoryConfigurationState value)
bool EncryptionConfigurationHasBeenSet() const
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3CRT_API InventoryTableConfiguration()=default
AWS_S3CRT_API InventoryTableConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
InventoryTableConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetConfigurationState(InventoryConfigurationState value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
InventoryConfigurationState