7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3/model/Tag.h>
55 template<
typename PrefixT = Aws::String>
56 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
57 template<
typename PrefixT = Aws::String>
67 template<
typename TagsT = Aws::Vector<Tag>>
68 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
69 template<
typename TagsT = Aws::Vector<Tag>>
71 template<
typename TagsT = Tag>
77 bool m_prefixHasBeenSet =
false;
80 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