7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/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;
NoncurrentVersionTransition & WithNewerNoncurrentVersions(int value)
bool StorageClassHasBeenSet() const
NoncurrentVersionTransition & WithNoncurrentDays(int value)
bool NewerNoncurrentVersionsHasBeenSet() const
NoncurrentVersionTransition & WithStorageClass(TransitionStorageClass value)
int GetNewerNoncurrentVersions() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NoncurrentDaysHasBeenSet() const
void SetNoncurrentDays(int value)
AWS_S3CRT_API NoncurrentVersionTransition & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStorageClass(TransitionStorageClass value)
AWS_S3CRT_API NoncurrentVersionTransition(const Aws::Utils::Xml::XmlNode &xmlNode)
TransitionStorageClass GetStorageClass() const
void SetNewerNoncurrentVersions(int value)
int GetNoncurrentDays() const
AWS_S3CRT_API NoncurrentVersionTransition()=default