7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/model/OwnershipControlsRule.h>
58 bool m_rulesHasBeenSet =
false;
void SetRules(const Aws::Vector< OwnershipControlsRule > &value)
bool RulesHasBeenSet() const
OwnershipControls & WithRules(Aws::Vector< OwnershipControlsRule > &&value)
const Aws::Vector< OwnershipControlsRule > & GetRules() const
AWS_S3CRT_API OwnershipControls()
void SetRules(Aws::Vector< OwnershipControlsRule > &&value)
AWS_S3CRT_API OwnershipControls(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
OwnershipControls & AddRules(const OwnershipControlsRule &value)
OwnershipControls & AddRules(OwnershipControlsRule &&value)
OwnershipControls & WithRules(const Aws::Vector< OwnershipControlsRule > &value)
AWS_S3CRT_API OwnershipControls & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector