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