diff options
author | unril <unril@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
commit | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h | |
parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
download | ydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz |
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h index 19f2643c56..36ccbdd5f3 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleRuleAndOperator.h @@ -41,44 +41,44 @@ namespace Model void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline const Aws::String& GetPrefix() const{ return m_prefix; } - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ - inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } - - /** + */ + inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } + + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; } - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); } - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); } - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline LifecycleRuleAndOperator& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;} - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline LifecycleRuleAndOperator& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;} - /** + /** * <p>Prefix identifying one or more objects to which the rule applies.</p> - */ + */ inline LifecycleRuleAndOperator& WithPrefix(const char* value) { SetPrefix(value); return *this;} @@ -92,12 +92,12 @@ namespace Model * <p>All of these tags must exist in the object's tag set in order for the rule to * apply.</p> */ - inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } - - /** - * <p>All of these tags must exist in the object's tag set in order for the rule to - * apply.</p> - */ + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + + /** + * <p>All of these tags must exist in the object's tag set in order for the rule to + * apply.</p> + */ inline void SetTags(const Aws::Vector<Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } /** |