7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3/model/Rule.h>
51 template<
typename RulesT = Aws::Vector<Rule>>
52 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
53 template<
typename RulesT = Aws::Vector<Rule>>
55 template<
typename RulesT = Rule>
61 bool m_rulesHasBeenSet =
false;
AWS_S3_API LifecycleConfiguration()=default
void SetRules(RulesT &&value)
LifecycleConfiguration & AddRules(RulesT &&value)
const Aws::Vector< Rule > & GetRules() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool RulesHasBeenSet() const
LifecycleConfiguration & WithRules(RulesT &&value)
AWS_S3_API LifecycleConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API LifecycleConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector