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;
const Aws::Utils::DateTime & GetDate() const
bool GetExpiredObjectDeleteMarker() const
AWS_S3_API LifecycleExpiration()
bool DaysHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool ExpiredObjectDeleteMarkerHasBeenSet() const
LifecycleExpiration & WithExpiredObjectDeleteMarker(bool value)
LifecycleExpiration & WithDate(const Aws::Utils::DateTime &value)
LifecycleExpiration & WithDate(Aws::Utils::DateTime &&value)
AWS_S3_API LifecycleExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDate(const Aws::Utils::DateTime &value)
void SetExpiredObjectDeleteMarker(bool value)
bool DateHasBeenSet() const
AWS_S3_API LifecycleExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDate(Aws::Utils::DateTime &&value)
LifecycleExpiration & WithDays(int value)