85 bool m_rulesHasBeenSet =
false;
LifecycleConfiguration & AddRules(Rule &&value)
LifecycleConfiguration & AddRules(const Rule &value)
const Aws::Vector< Rule > & GetRules() const
LifecycleConfiguration & WithRules(Aws::Vector< Rule > &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API LifecycleConfiguration()
bool RulesHasBeenSet() const
AWS_S3_API LifecycleConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
LifecycleConfiguration & WithRules(const Aws::Vector< Rule > &value)
void SetRules(const Aws::Vector< Rule > &value)
void SetRules(Aws::Vector< Rule > &&value)
AWS_S3_API LifecycleConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector