7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/model/ServerSideEncryptionRule.h>
49 template<
typename RulesT = Aws::Vector<ServerS
ideEncryptionRule>>
50 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
51 template<
typename RulesT = Aws::Vector<ServerS
ideEncryptionRule>>
53 template<
typename RulesT = ServerS
ideEncryptionRule>
59 bool m_rulesHasBeenSet =
false;
AWS_S3CRT_API ServerSideEncryptionConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RulesHasBeenSet() const
ServerSideEncryptionConfiguration & WithRules(RulesT &&value)
AWS_S3CRT_API ServerSideEncryptionConfiguration()=default
AWS_S3CRT_API ServerSideEncryptionConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetRules(RulesT &&value)
ServerSideEncryptionConfiguration & AddRules(RulesT &&value)
const Aws::Vector< ServerSideEncryptionRule > & GetRules() const
std::vector< T, Aws::Allocator< T > > Vector