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