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>
49 template<
typename PrefixT = Aws::String>
50 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
51 template<
typename PrefixT = Aws::String>
62 template<
typename TagsT = Aws::Vector<S3Tag>>
63 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
64 template<
typename TagsT = Aws::Vector<S3Tag>>
66 template<
typename TagsT = S3Tag>
78 inline void SetObjectSizeGreaterThan(
long long value) { m_objectSizeGreaterThanHasBeenSet =
true; m_objectSizeGreaterThan = value; }
90 inline void SetObjectSizeLessThan(
long long value) { m_objectSizeLessThanHasBeenSet =
true; m_objectSizeLessThan = value; }
96 bool m_prefixHasBeenSet =
false;
99 bool m_tagsHasBeenSet =
false;
101 long long m_objectSizeGreaterThan{0};
102 bool m_objectSizeGreaterThanHasBeenSet =
false;
104 long long m_objectSizeLessThan{0};
105 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