7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
9#include <aws/s3-crt/model/AnnotationConfigurationState.h>
10#include <aws/s3-crt/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;
bool RoleHasBeenSet() const
AWS_S3CRT_API AnnotationTableConfigurationUpdates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AnnotationTableConfigurationUpdates & WithConfigurationState(AnnotationConfigurationState value)
AnnotationTableConfigurationUpdates & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
bool EncryptionConfigurationHasBeenSet() const
void SetConfigurationState(AnnotationConfigurationState value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AnnotationTableConfigurationUpdates & WithRole(RoleT &&value)
AnnotationConfigurationState GetConfigurationState() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool ConfigurationStateHasBeenSet() const
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3CRT_API AnnotationTableConfigurationUpdates(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRole(RoleT &&value)
const Aws::String & GetRole() const
AWS_S3CRT_API AnnotationTableConfigurationUpdates()=default
AnnotationConfigurationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String