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