7#include <aws/s3/S3_EXPORTS.h>
53 inline void SetNoncurrentDays(
int value) { m_noncurrentDaysHasBeenSet =
true; m_noncurrentDays = value; }
74 bool m_noncurrentDaysHasBeenSet =
false;
76 int m_newerNoncurrentVersions;
77 bool m_newerNoncurrentVersionsHasBeenSet =
false;
AWS_S3_API NoncurrentVersionExpiration()
NoncurrentVersionExpiration & WithNoncurrentDays(int value)
void SetNoncurrentDays(int value)
bool NewerNoncurrentVersionsHasBeenSet() const
NoncurrentVersionExpiration & WithNewerNoncurrentVersions(int value)
int GetNoncurrentDays() const
void SetNewerNoncurrentVersions(int value)
AWS_S3_API NoncurrentVersionExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API NoncurrentVersionExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
int GetNewerNoncurrentVersions() const
bool NoncurrentDaysHasBeenSet() const