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