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>
53 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
76 bool m_prefixHasBeenSet =
false;
79 bool m_tagsHasBeenSet =
false;
void SetTags(const Aws::Vector< Tag > &value)
void SetPrefix(const char *value)
bool TagsHasBeenSet() const
IntelligentTieringAndOperator & WithPrefix(const char *value)
AWS_S3CRT_API IntelligentTieringAndOperator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
IntelligentTieringAndOperator & AddTags(const Tag &value)
IntelligentTieringAndOperator & WithTags(const Aws::Vector< Tag > &value)
IntelligentTieringAndOperator & AddTags(Tag &&value)
const Aws::String & GetPrefix() const
IntelligentTieringAndOperator & WithPrefix(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Tag > & GetTags() const
void SetPrefix(Aws::String &&value)
bool PrefixHasBeenSet() const
IntelligentTieringAndOperator & WithPrefix(const Aws::String &value)
AWS_S3CRT_API IntelligentTieringAndOperator(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API IntelligentTieringAndOperator()
IntelligentTieringAndOperator & WithTags(Aws::Vector< Tag > &&value)
void SetPrefix(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector