aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit11ae9eca250d0188b7962459cbc6706719e7dca9 (patch)
tree4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h
parent9c914f41ba5e9f9365f404e892197553ac23809e (diff)
downloadydb-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/TopicConfiguration.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h76
1 files changed, 38 insertions, 38 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h
index 7a4f9d9536..3a05517657 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/TopicConfiguration.h
@@ -26,9 +26,9 @@ namespace Model
{
/**
- * <p>A container for specifying the configuration for publication of messages to
+ * <p>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><h3>See Also:</h3> <a
+ * specified events.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/TopicConfiguration">AWS
* API Reference</a></p>
*/
@@ -46,9 +46,9 @@ namespace Model
inline const Aws::String& GetId() const{ return m_id; }
- inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
-
-
+ inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
+
+
inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
@@ -68,116 +68,116 @@ namespace Model
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline const Aws::String& GetTopicArn() const{ return m_topicArn; }
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
- inline bool TopicArnHasBeenSet() const { return m_topicArnHasBeenSet; }
-
- /**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ inline bool TopicArnHasBeenSet() const { return m_topicArnHasBeenSet; }
+
+ /**
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
- */
+ */
inline void SetTopicArn(const Aws::String& value) { m_topicArnHasBeenSet = true; m_topicArn = value; }
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline void SetTopicArn(Aws::String&& value) { m_topicArnHasBeenSet = true; m_topicArn = std::move(value); }
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline void SetTopicArn(const char* value) { m_topicArnHasBeenSet = true; m_topicArn.assign(value); }
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline TopicConfiguration& WithTopicArn(const Aws::String& value) { SetTopicArn(value); return *this;}
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline TopicConfiguration& WithTopicArn(Aws::String&& value) { SetTopicArn(std::move(value)); return *this;}
/**
- * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3
* publishes a message when it detects events of the specified type.</p>
*/
inline TopicConfiguration& WithTopicArn(const char* value) { SetTopicArn(value); return *this;}
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline const Aws::Vector<Event>& GetEvents() const{ return m_events; }
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
- inline bool EventsHasBeenSet() const { return m_eventsHasBeenSet; }
-
- /**
+ */
+ inline bool EventsHasBeenSet() const { return m_eventsHasBeenSet; }
+
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline void SetEvents(const Aws::Vector<Event>& value) { m_eventsHasBeenSet = true; m_events = value; }
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline void SetEvents(Aws::Vector<Event>&& value) { m_eventsHasBeenSet = true; m_events = std::move(value); }
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline TopicConfiguration& WithEvents(const Aws::Vector<Event>& value) { SetEvents(value); return *this;}
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline TopicConfiguration& WithEvents(Aws::Vector<Event>&& value) { SetEvents(std::move(value)); return *this;}
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline TopicConfiguration& AddEvents(const Event& value) { m_eventsHasBeenSet = true; m_events.push_back(value); return *this; }
- /**
+ /**
* <p>The Amazon S3 bucket event about which to send notifications. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Supported
* Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>
- */
+ */
inline TopicConfiguration& AddEvents(Event&& value) { m_eventsHasBeenSet = true; m_events.push_back(std::move(value)); return *this; }
@@ -185,9 +185,9 @@ namespace Model
inline const NotificationConfigurationFilter& GetFilter() const{ return m_filter; }
- inline bool FilterHasBeenSet() const { return m_filterHasBeenSet; }
-
-
+ inline bool FilterHasBeenSet() const { return m_filterHasBeenSet; }
+
+
inline void SetFilter(const NotificationConfigurationFilter& value) { m_filterHasBeenSet = true; m_filter = value; }