7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
10#include <aws/s3control/model/S3Tag.h>
43 template <
typename PrefixT = Aws::String>
45 m_prefixHasBeenSet =
true;
46 m_prefix = std::forward<PrefixT>(value);
48 template <
typename PrefixT = Aws::String>
62 template <
typename TagsT = Aws::Vector<S3Tag>>
64 m_tagsHasBeenSet =
true;
65 m_tags = std::forward<TagsT>(value);
67 template <
typename TagsT = Aws::Vector<S3Tag>>
69 SetTags(std::forward<TagsT>(value));
72 template <
typename TagsT = S3Tag>
74 m_tagsHasBeenSet =
true;
75 m_tags.emplace_back(std::forward<TagsT>(value));
89 m_objectSizeGreaterThanHasBeenSet =
true;
90 m_objectSizeGreaterThan = value;
107 m_objectSizeLessThanHasBeenSet =
true;
108 m_objectSizeLessThan = value;
120 long long m_objectSizeGreaterThan{0};
122 long long m_objectSizeLessThan{0};
123 bool m_prefixHasBeenSet =
false;
124 bool m_tagsHasBeenSet =
false;
125 bool m_objectSizeGreaterThanHasBeenSet =
false;
126 bool m_objectSizeLessThanHasBeenSet =
false;
const Aws::String & GetPrefix() const
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< S3Tag > & GetTags() const
void SetObjectSizeLessThan(long long value)
long long GetObjectSizeGreaterThan() const
LifecycleRuleAndOperator & WithObjectSizeLessThan(long long value)
bool ObjectSizeGreaterThanHasBeenSet() const
bool ObjectSizeLessThanHasBeenSet() const
bool PrefixHasBeenSet() const
LifecycleRuleAndOperator & WithTags(TagsT &&value)
LifecycleRuleAndOperator & WithPrefix(PrefixT &&value)
void SetObjectSizeGreaterThan(long long value)
void SetPrefix(PrefixT &&value)
AWS_S3CONTROL_API LifecycleRuleAndOperator(const Aws::Utils::Xml::XmlNode &xmlNode)
long long GetObjectSizeLessThan() const
LifecycleRuleAndOperator & WithObjectSizeGreaterThan(long long value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
AWS_S3CONTROL_API LifecycleRuleAndOperator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API LifecycleRuleAndOperator()=default
LifecycleRuleAndOperator & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector