7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
59 inline int GetDays()
const{
return m_days; }
61 inline void SetDays(
int value) { m_daysHasBeenSet =
true; m_days = value; }
80 bool m_dateHasBeenSet =
false;
83 bool m_daysHasBeenSet =
false;
85 bool m_expiredObjectDeleteMarker;
86 bool m_expiredObjectDeleteMarkerHasBeenSet =
false;
const Aws::Utils::DateTime & GetDate() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool DateHasBeenSet() const
AWS_S3CONTROL_API LifecycleExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetExpiredObjectDeleteMarker(bool value)
void SetDate(const Aws::Utils::DateTime &value)
void SetDate(Aws::Utils::DateTime &&value)
AWS_S3CONTROL_API LifecycleExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
LifecycleExpiration & WithDays(int value)
LifecycleExpiration & WithExpiredObjectDeleteMarker(bool value)
LifecycleExpiration & WithDate(const Aws::Utils::DateTime &value)
AWS_S3CONTROL_API LifecycleExpiration()
LifecycleExpiration & WithDate(Aws::Utils::DateTime &&value)
bool ExpiredObjectDeleteMarkerHasBeenSet() const
bool DaysHasBeenSet() const
bool GetExpiredObjectDeleteMarker() const