7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3/S3_EXPORTS.h>
10#include <aws/s3/model/Tag.h>
44 template <
typename PrefixT = Aws::String>
46 m_prefixHasBeenSet =
true;
47 m_prefix = std::forward<PrefixT>(value);
49 template <
typename PrefixT = Aws::String>
63 template <
typename TagsT = Aws::Vector<Tag>>
65 m_tagsHasBeenSet =
true;
66 m_tags = std::forward<TagsT>(value);
68 template <
typename TagsT = Aws::Vector<Tag>>
70 SetTags(std::forward<TagsT>(value));
73 template <
typename TagsT = Tag>
75 m_tagsHasBeenSet =
true;
76 m_tags.emplace_back(std::forward<TagsT>(value));
88 m_objectSizeGreaterThanHasBeenSet =
true;
89 m_objectSizeGreaterThan = value;
104 m_objectSizeLessThanHasBeenSet =
true;
105 m_objectSizeLessThan = value;
117 long long m_objectSizeGreaterThan{0};
119 long long m_objectSizeLessThan{0};
120 bool m_prefixHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
122 bool m_objectSizeGreaterThanHasBeenSet =
false;
123 bool m_objectSizeLessThanHasBeenSet =
false;
const Aws::String & GetPrefix() const
AWS_S3_API LifecycleRuleAndOperator()=default
void SetTags(TagsT &&value)
LifecycleRuleAndOperator & WithObjectSizeLessThan(long long value)
LifecycleRuleAndOperator & AddTags(TagsT &&value)
long long GetObjectSizeLessThan() const
AWS_S3_API LifecycleRuleAndOperator(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetPrefix(PrefixT &&value)
bool ObjectSizeGreaterThanHasBeenSet() const
bool ObjectSizeLessThanHasBeenSet() const
void SetObjectSizeLessThan(long long value)
long long GetObjectSizeGreaterThan() const
const Aws::Vector< Tag > & GetTags() const
void SetObjectSizeGreaterThan(long long value)
AWS_S3_API LifecycleRuleAndOperator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrefixHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool TagsHasBeenSet() const
LifecycleRuleAndOperator & WithTags(TagsT &&value)
LifecycleRuleAndOperator & WithPrefix(PrefixT &&value)
LifecycleRuleAndOperator & WithObjectSizeGreaterThan(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector