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