82 inline int GetDays()
const{
return m_days; }
94 inline void SetDays(
int value) { m_daysHasBeenSet =
true; m_days = value; }
138 bool m_dateHasBeenSet =
false;
141 bool m_daysHasBeenSet =
false;
143 bool m_expiredObjectDeleteMarker;
144 bool m_expiredObjectDeleteMarkerHasBeenSet =
false;
LifecycleExpiration & WithDate(Aws::Utils::DateTime &&value)
LifecycleExpiration & WithExpiredObjectDeleteMarker(bool value)
AWS_S3CRT_API LifecycleExpiration()
bool DaysHasBeenSet() const
bool GetExpiredObjectDeleteMarker() const
const Aws::Utils::DateTime & GetDate() const
void SetDate(const Aws::Utils::DateTime &value)
AWS_S3CRT_API LifecycleExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ExpiredObjectDeleteMarkerHasBeenSet() const
AWS_S3CRT_API LifecycleExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetExpiredObjectDeleteMarker(bool value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
LifecycleExpiration & WithDate(const Aws::Utils::DateTime &value)
LifecycleExpiration & WithDays(int value)
bool DateHasBeenSet() const
void SetDate(Aws::Utils::DateTime &&value)