7#include <aws/s3control/S3Control_EXPORTS.h>
44 m_noncurrentDaysHasBeenSet =
true;
45 m_noncurrentDays = value;
64 m_newerNoncurrentVersionsHasBeenSet =
true;
65 m_newerNoncurrentVersions = value;
73 int m_noncurrentDays{0};
75 int m_newerNoncurrentVersions{0};
76 bool m_noncurrentDaysHasBeenSet =
false;
77 bool m_newerNoncurrentVersionsHasBeenSet =
false;
NoncurrentVersionExpiration & WithNewerNoncurrentVersions(int value)
NoncurrentVersionExpiration & WithNoncurrentDays(int value)
AWS_S3CONTROL_API NoncurrentVersionExpiration()=default
int GetNoncurrentDays() const
void SetNewerNoncurrentVersions(int value)
void SetNoncurrentDays(int value)
bool NewerNoncurrentVersionsHasBeenSet() const
int GetNewerNoncurrentVersions() const
AWS_S3CONTROL_API NoncurrentVersionExpiration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API NoncurrentVersionExpiration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NoncurrentDaysHasBeenSet() const