7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
62 inline int GetDays()
const{
return m_days; }
64 inline void SetDays(
int value) { m_daysHasBeenSet =
true; m_days = value; }
83 bool m_dateHasBeenSet =
false;
86 bool m_daysHasBeenSet =
false;
88 bool m_expiredObjectDeleteMarker;
89 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)