7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
9#include <aws/s3/model/AnnotationConfigurationState.h>
10#include <aws/s3/model/MetadataTableEncryptionConfiguration.h>
46 m_configurationStateHasBeenSet =
true;
47 m_configurationState = value;
59 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
61 m_encryptionConfigurationHasBeenSet =
true;
62 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
64 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
77 template <
typename RoleT = Aws::String>
79 m_roleHasBeenSet =
true;
80 m_role = std::forward<RoleT>(value);
82 template <
typename RoleT = Aws::String>
84 SetRole(std::forward<RoleT>(value));
91 MetadataTableEncryptionConfiguration m_encryptionConfiguration;
94 bool m_configurationStateHasBeenSet =
false;
95 bool m_encryptionConfigurationHasBeenSet =
false;
96 bool m_roleHasBeenSet =
false;
const Aws::String & GetRole() const
AnnotationConfigurationState GetConfigurationState() const
AnnotationTableConfigurationUpdates & WithConfigurationState(AnnotationConfigurationState value)
void SetRole(RoleT &&value)
AWS_S3_API AnnotationTableConfigurationUpdates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AnnotationTableConfigurationUpdates & WithRole(RoleT &&value)
void SetConfigurationState(AnnotationConfigurationState value)
bool EncryptionConfigurationHasBeenSet() const
bool ConfigurationStateHasBeenSet() const
AWS_S3_API AnnotationTableConfigurationUpdates(const Aws::Utils::Xml::XmlNode &xmlNode)
AnnotationTableConfigurationUpdates & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool RoleHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3_API AnnotationTableConfigurationUpdates()=default
AnnotationConfigurationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String