7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3-crt/model/Tag.h>
52 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
79 inline void SetObjectSizeGreaterThan(
long long value) { m_objectSizeGreaterThanHasBeenSet =
true; m_objectSizeGreaterThan = value; }
89 inline void SetObjectSizeLessThan(
long long value) { m_objectSizeLessThanHasBeenSet =
true; m_objectSizeLessThan = value; }
95 bool m_prefixHasBeenSet =
false;
98 bool m_tagsHasBeenSet =
false;
100 long long m_objectSizeGreaterThan;
101 bool m_objectSizeGreaterThanHasBeenSet =
false;
103 long long m_objectSizeLessThan;
104 bool m_objectSizeLessThanHasBeenSet =
false;
long long GetObjectSizeLessThan() const
AWS_S3CRT_API LifecycleRuleAndOperator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetPrefix() const
LifecycleRuleAndOperator & AddTags(Tag &&value)
void SetObjectSizeGreaterThan(long long value)
LifecycleRuleAndOperator & WithObjectSizeLessThan(long long value)
bool ObjectSizeLessThanHasBeenSet() const
LifecycleRuleAndOperator & WithPrefix(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
long long GetObjectSizeGreaterThan() const
AWS_S3CRT_API LifecycleRuleAndOperator(const Aws::Utils::Xml::XmlNode &xmlNode)
LifecycleRuleAndOperator & WithTags(Aws::Vector< Tag > &&value)
void SetObjectSizeLessThan(long long value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetPrefix(const Aws::String &value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
LifecycleRuleAndOperator & WithObjectSizeGreaterThan(long long value)
bool PrefixHasBeenSet() const
void SetPrefix(Aws::String &&value)
LifecycleRuleAndOperator & WithPrefix(const char *value)
void SetPrefix(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
LifecycleRuleAndOperator & WithPrefix(Aws::String &&value)
LifecycleRuleAndOperator & WithTags(const Aws::Vector< Tag > &value)
AWS_S3CRT_API LifecycleRuleAndOperator()
bool ObjectSizeGreaterThanHasBeenSet() const
LifecycleRuleAndOperator & AddTags(const Tag &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector