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>
49 template <
typename PrefixT = Aws::String>
51 m_prefixHasBeenSet =
true;
52 m_prefix = std::forward<PrefixT>(value);
54 template <
typename PrefixT = Aws::String>
67 template <
typename TagsT = Aws::Vector<Tag>>
69 m_tagsHasBeenSet =
true;
70 m_tags = std::forward<TagsT>(value);
72 template <
typename TagsT = Aws::Vector<Tag>>
74 SetTags(std::forward<TagsT>(value));
77 template <
typename TagsT = Tag>
79 m_tagsHasBeenSet =
true;
80 m_tags.emplace_back(std::forward<TagsT>(value));
88 bool m_prefixHasBeenSet =
false;
89 bool m_tagsHasBeenSet =
false;
AWS_S3_API ReplicationRuleAndOperator()=default
AWS_S3_API ReplicationRuleAndOperator(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API ReplicationRuleAndOperator & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
ReplicationRuleAndOperator & WithPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
void SetPrefix(PrefixT &&value)
ReplicationRuleAndOperator & WithTags(TagsT &&value)
bool PrefixHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ReplicationRuleAndOperator & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector