7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/InventoryConfigurationState.h>
9#include <aws/s3/model/MetadataTableEncryptionConfiguration.h>
44 m_configurationStateHasBeenSet =
true;
45 m_configurationState = value;
59 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
61 m_encryptionConfigurationHasBeenSet =
true;
62 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
64 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
73 MetadataTableEncryptionConfiguration m_encryptionConfiguration;
74 bool m_configurationStateHasBeenSet =
false;
75 bool m_encryptionConfigurationHasBeenSet =
false;
void SetConfigurationState(InventoryConfigurationState value)
InventoryConfigurationState GetConfigurationState() const
AWS_S3_API InventoryTableConfigurationUpdates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ConfigurationStateHasBeenSet() const
InventoryTableConfigurationUpdates & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_S3_API InventoryTableConfigurationUpdates()=default
InventoryTableConfigurationUpdates & WithConfigurationState(InventoryConfigurationState value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool EncryptionConfigurationHasBeenSet() const
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3_API InventoryTableConfigurationUpdates(const Aws::Utils::Xml::XmlNode &xmlNode)
InventoryConfigurationState