7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/TransitionStorageClass.h>
60 inline void SetNoncurrentDays(
int value) { m_noncurrentDaysHasBeenSet =
true; m_noncurrentDays = value; }
91 int m_noncurrentDays{0};
92 bool m_noncurrentDaysHasBeenSet =
false;
95 bool m_storageClassHasBeenSet =
false;
97 int m_newerNoncurrentVersions{0};
98 bool m_newerNoncurrentVersionsHasBeenSet =
false;
int GetNoncurrentDays() const
NoncurrentVersionTransition & WithNewerNoncurrentVersions(int value)
void SetStorageClass(TransitionStorageClass value)
int GetNewerNoncurrentVersions() const
NoncurrentVersionTransition & WithNoncurrentDays(int value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API NoncurrentVersionTransition(const Aws::Utils::Xml::XmlNode &xmlNode)
TransitionStorageClass GetStorageClass() const
bool StorageClassHasBeenSet() const
bool NewerNoncurrentVersionsHasBeenSet() const
AWS_S3_API NoncurrentVersionTransition()=default
void SetNoncurrentDays(int value)
AWS_S3_API NoncurrentVersionTransition & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool NoncurrentDaysHasBeenSet() const
NoncurrentVersionTransition & WithStorageClass(TransitionStorageClass value)
void SetNewerNoncurrentVersions(int value)