7#include <aws/s3-crt/S3Crt_EXPORTS.h>
57 inline void SetNoncurrentDays(
int value) { m_noncurrentDaysHasBeenSet =
true; m_noncurrentDays = value; }
79 int m_noncurrentDays{0};
80 bool m_noncurrentDaysHasBeenSet =
false;
82 int m_newerNoncurrentVersions{0};
83 bool m_newerNoncurrentVersionsHasBeenSet =
false;
NoncurrentVersionExpiration & WithNoncurrentDays(int value)
int GetNewerNoncurrentVersions() const
bool NewerNoncurrentVersionsHasBeenSet() const
AWS_S3CRT_API NoncurrentVersionExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetNewerNoncurrentVersions(int value)
int GetNoncurrentDays() const
bool NoncurrentDaysHasBeenSet() const
void SetNoncurrentDays(int value)
AWS_S3CRT_API NoncurrentVersionExpiration()=default
AWS_S3CRT_API NoncurrentVersionExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
NoncurrentVersionExpiration & WithNewerNoncurrentVersions(int value)