diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h | 256 |
1 files changed, 128 insertions, 128 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h index 9e01dfc09d..fabb46afcf 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/NotificationConfigurationDeprecated.h @@ -1,167 +1,167 @@ -/** - * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - * SPDX-License-Identifier: Apache-2.0. - */ - -#pragma once -#include <aws/s3/S3_EXPORTS.h> -#include <aws/s3/model/TopicConfigurationDeprecated.h> -#include <aws/s3/model/QueueConfigurationDeprecated.h> -#include <aws/s3/model/CloudFunctionConfiguration.h> -#include <utility> - -namespace Aws -{ -namespace Utils -{ -namespace Xml -{ - class XmlNode; -} // namespace Xml -} // namespace Utils -namespace S3 -{ -namespace Model -{ - - class AWS_S3_API NotificationConfigurationDeprecated - { - public: - NotificationConfigurationDeprecated(); - NotificationConfigurationDeprecated(const Aws::Utils::Xml::XmlNode& xmlNode); - NotificationConfigurationDeprecated& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); - - void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; - - - /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> - */ - inline const TopicConfigurationDeprecated& GetTopicConfiguration() const{ return m_topicConfiguration; } - - /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> +/** + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0. + */ + +#pragma once +#include <aws/s3/S3_EXPORTS.h> +#include <aws/s3/model/TopicConfigurationDeprecated.h> +#include <aws/s3/model/QueueConfigurationDeprecated.h> +#include <aws/s3/model/CloudFunctionConfiguration.h> +#include <utility> + +namespace Aws +{ +namespace Utils +{ +namespace Xml +{ + class XmlNode; +} // namespace Xml +} // namespace Utils +namespace S3 +{ +namespace Model +{ + + class AWS_S3_API NotificationConfigurationDeprecated + { + public: + NotificationConfigurationDeprecated(); + NotificationConfigurationDeprecated(const Aws::Utils::Xml::XmlNode& xmlNode); + NotificationConfigurationDeprecated& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); + + void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; + + + /** + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> + */ + inline const TopicConfigurationDeprecated& GetTopicConfiguration() const{ return m_topicConfiguration; } + + /** + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> */ inline bool TopicConfigurationHasBeenSet() const { return m_topicConfigurationHasBeenSet; } /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> */ - inline void SetTopicConfiguration(const TopicConfigurationDeprecated& value) { m_topicConfigurationHasBeenSet = true; m_topicConfiguration = value; } - + inline void SetTopicConfiguration(const TopicConfigurationDeprecated& value) { m_topicConfigurationHasBeenSet = true; m_topicConfiguration = value; } + /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> */ - inline void SetTopicConfiguration(TopicConfigurationDeprecated&& value) { m_topicConfigurationHasBeenSet = true; m_topicConfiguration = std::move(value); } - + inline void SetTopicConfiguration(TopicConfigurationDeprecated&& value) { m_topicConfigurationHasBeenSet = true; m_topicConfiguration = std::move(value); } + /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> */ - inline NotificationConfigurationDeprecated& WithTopicConfiguration(const TopicConfigurationDeprecated& value) { SetTopicConfiguration(value); return *this;} - + inline NotificationConfigurationDeprecated& WithTopicConfiguration(const TopicConfigurationDeprecated& value) { SetTopicConfiguration(value); return *this;} + /** - * <p>This data type is deprecated. A container for specifying the configuration - * for publication of messages to an Amazon Simple Notification Service (Amazon - * SNS) topic when Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. A container for specifying the configuration + * for publication of messages to an Amazon Simple Notification Service (Amazon + * SNS) topic when Amazon S3 detects specified events. </p> */ - inline NotificationConfigurationDeprecated& WithTopicConfiguration(TopicConfigurationDeprecated&& value) { SetTopicConfiguration(std::move(value)); return *this;} - - + inline NotificationConfigurationDeprecated& WithTopicConfiguration(TopicConfigurationDeprecated&& value) { SetTopicConfiguration(std::move(value)); return *this;} + + /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ - inline const QueueConfigurationDeprecated& GetQueueConfiguration() const{ return m_queueConfiguration; } - + inline const QueueConfigurationDeprecated& GetQueueConfiguration() const{ return m_queueConfiguration; } + /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ inline bool QueueConfigurationHasBeenSet() const { return m_queueConfigurationHasBeenSet; } /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ - inline void SetQueueConfiguration(const QueueConfigurationDeprecated& value) { m_queueConfigurationHasBeenSet = true; m_queueConfiguration = value; } - + inline void SetQueueConfiguration(const QueueConfigurationDeprecated& value) { m_queueConfigurationHasBeenSet = true; m_queueConfiguration = value; } + /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ - inline void SetQueueConfiguration(QueueConfigurationDeprecated&& value) { m_queueConfigurationHasBeenSet = true; m_queueConfiguration = std::move(value); } - + inline void SetQueueConfiguration(QueueConfigurationDeprecated&& value) { m_queueConfigurationHasBeenSet = true; m_queueConfiguration = std::move(value); } + /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ - inline NotificationConfigurationDeprecated& WithQueueConfiguration(const QueueConfigurationDeprecated& value) { SetQueueConfiguration(value); return *this;} - + inline NotificationConfigurationDeprecated& WithQueueConfiguration(const QueueConfigurationDeprecated& value) { SetQueueConfiguration(value); return *this;} + /** - * <p>This data type is deprecated. This data type specifies the configuration for - * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when - * Amazon S3 detects specified events. </p> + * <p>This data type is deprecated. This data type specifies the configuration for + * publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when + * Amazon S3 detects specified events. </p> */ - inline NotificationConfigurationDeprecated& WithQueueConfiguration(QueueConfigurationDeprecated&& value) { SetQueueConfiguration(std::move(value)); return *this;} - - + inline NotificationConfigurationDeprecated& WithQueueConfiguration(QueueConfigurationDeprecated&& value) { SetQueueConfiguration(std::move(value)); return *this;} + + /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ - inline const CloudFunctionConfiguration& GetCloudFunctionConfiguration() const{ return m_cloudFunctionConfiguration; } - + inline const CloudFunctionConfiguration& GetCloudFunctionConfiguration() const{ return m_cloudFunctionConfiguration; } + /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ inline bool CloudFunctionConfigurationHasBeenSet() const { return m_cloudFunctionConfigurationHasBeenSet; } /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ - inline void SetCloudFunctionConfiguration(const CloudFunctionConfiguration& value) { m_cloudFunctionConfigurationHasBeenSet = true; m_cloudFunctionConfiguration = value; } - + inline void SetCloudFunctionConfiguration(const CloudFunctionConfiguration& value) { m_cloudFunctionConfigurationHasBeenSet = true; m_cloudFunctionConfiguration = value; } + /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ - inline void SetCloudFunctionConfiguration(CloudFunctionConfiguration&& value) { m_cloudFunctionConfigurationHasBeenSet = true; m_cloudFunctionConfiguration = std::move(value); } - + inline void SetCloudFunctionConfiguration(CloudFunctionConfiguration&& value) { m_cloudFunctionConfigurationHasBeenSet = true; m_cloudFunctionConfiguration = std::move(value); } + /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ - inline NotificationConfigurationDeprecated& WithCloudFunctionConfiguration(const CloudFunctionConfiguration& value) { SetCloudFunctionConfiguration(value); return *this;} - + inline NotificationConfigurationDeprecated& WithCloudFunctionConfiguration(const CloudFunctionConfiguration& value) { SetCloudFunctionConfiguration(value); return *this;} + /** - * <p>Container for specifying the AWS Lambda notification configuration.</p> + * <p>Container for specifying the AWS Lambda notification configuration.</p> */ - inline NotificationConfigurationDeprecated& WithCloudFunctionConfiguration(CloudFunctionConfiguration&& value) { SetCloudFunctionConfiguration(std::move(value)); return *this;} - - private: - - TopicConfigurationDeprecated m_topicConfiguration; - bool m_topicConfigurationHasBeenSet; - - QueueConfigurationDeprecated m_queueConfiguration; - bool m_queueConfigurationHasBeenSet; - - CloudFunctionConfiguration m_cloudFunctionConfiguration; - bool m_cloudFunctionConfigurationHasBeenSet; - }; - -} // namespace Model -} // namespace S3 -} // namespace Aws + inline NotificationConfigurationDeprecated& WithCloudFunctionConfiguration(CloudFunctionConfiguration&& value) { SetCloudFunctionConfiguration(std::move(value)); return *this;} + + private: + + TopicConfigurationDeprecated m_topicConfiguration; + bool m_topicConfigurationHasBeenSet; + + QueueConfigurationDeprecated m_queueConfiguration; + bool m_queueConfigurationHasBeenSet; + + CloudFunctionConfiguration m_cloudFunctionConfiguration; + bool m_cloudFunctionConfigurationHasBeenSet; + }; + +} // namespace Model +} // namespace S3 +} // namespace Aws |