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