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>
47 m_configurationStateHasBeenSet =
true;
48 m_configurationState = value;
60 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
62 m_encryptionConfigurationHasBeenSet =
true;
63 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
65 template <
typename EncryptionConfigurationT = MetadataTableEncryptionConfiguration>
78 template <
typename RoleT = Aws::String>
80 m_roleHasBeenSet =
true;
81 m_role = std::forward<RoleT>(value);
83 template <
typename RoleT = Aws::String>
85 SetRole(std::forward<RoleT>(value));
92 MetadataTableEncryptionConfiguration m_encryptionConfiguration;
95 bool m_configurationStateHasBeenSet =
false;
96 bool m_encryptionConfigurationHasBeenSet =
false;
97 bool m_roleHasBeenSet =
false;
bool EncryptionConfigurationHasBeenSet() const
const MetadataTableEncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3CRT_API AnnotationTableConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API AnnotationTableConfiguration()=default
AnnotationTableConfiguration & WithRole(RoleT &&value)
bool ConfigurationStateHasBeenSet() const
void SetConfigurationState(AnnotationConfigurationState value)
AnnotationTableConfiguration & WithConfigurationState(AnnotationConfigurationState value)
AnnotationTableConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetRole(RoleT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AnnotationConfigurationState GetConfigurationState() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetRole() const
bool RoleHasBeenSet() const
AWS_S3CRT_API AnnotationTableConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AnnotationConfigurationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String