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 | 11ae9eca250d0188b7962459cbc6706719e7dca9 (patch) | |
tree | 4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h | |
parent | 9c914f41ba5e9f9365f404e892197553ac23809e (diff) | |
download | ydb-11ae9eca250d0188b7962459cbc6706719e7dca9.tar.gz |
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h index e413af11d9..b03128abed 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MetricsAndOperator.h @@ -24,14 +24,14 @@ namespace S3 namespace Model { - /** + /** * <p>A conjunction (logical AND) of predicates, which is used in evaluating a * metrics filter. The operator must have at least two predicates, and an object * must match all of the predicates in order for the filter to apply.</p><p><h3>See * Also:</h3> <a - * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MetricsAndOperator">AWS - * API Reference</a></p> - */ + * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MetricsAndOperator">AWS + * API Reference</a></p> + */ class AWS_S3_API MetricsAndOperator { public: @@ -50,11 +50,11 @@ namespace Model /** * <p>The prefix used when evaluating an AND predicate.</p> */ - inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } - - /** - * <p>The prefix used when evaluating an AND predicate.</p> - */ + inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } + + /** + * <p>The prefix used when evaluating an AND predicate.</p> + */ inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; } /** @@ -91,11 +91,11 @@ namespace Model /** * <p>The list of tags used when evaluating an AND predicate.</p> */ - inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } - - /** - * <p>The list of tags used when evaluating an AND predicate.</p> - */ + inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } + + /** + * <p>The list of tags used when evaluating an AND predicate.</p> + */ inline void SetTags(const Aws::Vector<Tag>& value) { m_tagsHasBeenSet = true; m_tags = value; } /** |