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; }
94 bool m_noncurrentDaysHasBeenSet =
false;
97 bool m_storageClassHasBeenSet =
false;
99 int m_newerNoncurrentVersions;
100 bool m_newerNoncurrentVersionsHasBeenSet =
false;
NoncurrentVersionTransition & WithNewerNoncurrentVersions(int value)
bool StorageClassHasBeenSet() const
NoncurrentVersionTransition & WithNoncurrentDays(int value)
bool NewerNoncurrentVersionsHasBeenSet() const
int GetNewerNoncurrentVersions() const
void SetStorageClass(const TransitionStorageClass &value)
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)
AWS_S3CRT_API NoncurrentVersionTransition(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API NoncurrentVersionTransition()
NoncurrentVersionTransition & WithStorageClass(const TransitionStorageClass &value)
void SetNewerNoncurrentVersions(int value)
int GetNoncurrentDays() const
const TransitionStorageClass & GetStorageClass() const
NoncurrentVersionTransition & WithStorageClass(TransitionStorageClass &&value)
void SetStorageClass(TransitionStorageClass &&value)