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>
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_S3CRT_API LifecycleConfiguration()=default
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetRules(RulesT &&value)
AWS_S3CRT_API LifecycleConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
LifecycleConfiguration & WithRules(RulesT &&value)
bool RulesHasBeenSet() const
LifecycleConfiguration & AddRules(RulesT &&value)
AWS_S3CRT_API LifecycleConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Rule > & GetRules() const
std::vector< T, Aws::Allocator< T > > Vector