aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
diff options
context:
space:
mode:
authordakovalkov <dakovalkov@yandex-team.com>2023-12-03 13:33:55 +0300
committerdakovalkov <dakovalkov@yandex-team.com>2023-12-03 14:04:39 +0300
commit2a718325637e5302334b6d0a6430f63168f8dbb3 (patch)
tree64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
parente0d94a470142d95c3007e9c5d80380994940664a (diff)
downloadydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz
Update contrib/libs/aws-sdk-cpp to 1.11.37
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h65
1 files changed, 47 insertions, 18 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
index a8fe0671cab..49673d0e44e 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
@@ -6,6 +6,7 @@
#pragma once
#include <aws/s3/S3_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
+#include <aws/s3/model/EventBridgeConfiguration.h>
#include <aws/s3/model/TopicConfiguration.h>
#include <aws/s3/model/QueueConfiguration.h>
#include <aws/s3/model/LambdaFunctionConfiguration.h>
@@ -34,12 +35,12 @@ namespace Model
* href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/NotificationConfiguration">AWS
* API Reference</a></p>
*/
- class AWS_S3_API GetBucketNotificationConfigurationResult
+ class GetBucketNotificationConfigurationResult
{
public:
- GetBucketNotificationConfigurationResult();
- GetBucketNotificationConfigurationResult(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
- GetBucketNotificationConfigurationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
+ AWS_S3_API GetBucketNotificationConfigurationResult();
+ AWS_S3_API GetBucketNotificationConfigurationResult(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
+ AWS_S3_API GetBucketNotificationConfigurationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result);
/**
@@ -129,47 +130,73 @@ namespace Model
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline const Aws::Vector<LambdaFunctionConfiguration>& GetLambdaFunctionConfigurations() const{ return m_lambdaFunctionConfigurations; }
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline void SetLambdaFunctionConfigurations(const Aws::Vector<LambdaFunctionConfiguration>& value) { m_lambdaFunctionConfigurations = value; }
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline void SetLambdaFunctionConfigurations(Aws::Vector<LambdaFunctionConfiguration>&& value) { m_lambdaFunctionConfigurations = std::move(value); }
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline GetBucketNotificationConfigurationResult& WithLambdaFunctionConfigurations(const Aws::Vector<LambdaFunctionConfiguration>& value) { SetLambdaFunctionConfigurations(value); return *this;}
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline GetBucketNotificationConfigurationResult& WithLambdaFunctionConfigurations(Aws::Vector<LambdaFunctionConfiguration>&& value) { SetLambdaFunctionConfigurations(std::move(value)); return *this;}
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline GetBucketNotificationConfigurationResult& AddLambdaFunctionConfigurations(const LambdaFunctionConfiguration& value) { m_lambdaFunctionConfigurations.push_back(value); return *this; }
/**
- * <p>Describes the AWS Lambda functions to invoke and the events for which to
- * invoke them.</p>
+ * <p>Describes the Lambda functions to invoke and the events for which to invoke
+ * them.</p>
*/
inline GetBucketNotificationConfigurationResult& AddLambdaFunctionConfigurations(LambdaFunctionConfiguration&& value) { m_lambdaFunctionConfigurations.push_back(std::move(value)); return *this; }
+
+ /**
+ * <p>Enables delivery of events to Amazon EventBridge.</p>
+ */
+ inline const EventBridgeConfiguration& GetEventBridgeConfiguration() const{ return m_eventBridgeConfiguration; }
+
+ /**
+ * <p>Enables delivery of events to Amazon EventBridge.</p>
+ */
+ inline void SetEventBridgeConfiguration(const EventBridgeConfiguration& value) { m_eventBridgeConfiguration = value; }
+
+ /**
+ * <p>Enables delivery of events to Amazon EventBridge.</p>
+ */
+ inline void SetEventBridgeConfiguration(EventBridgeConfiguration&& value) { m_eventBridgeConfiguration = std::move(value); }
+
+ /**
+ * <p>Enables delivery of events to Amazon EventBridge.</p>
+ */
+ inline GetBucketNotificationConfigurationResult& WithEventBridgeConfiguration(const EventBridgeConfiguration& value) { SetEventBridgeConfiguration(value); return *this;}
+
+ /**
+ * <p>Enables delivery of events to Amazon EventBridge.</p>
+ */
+ inline GetBucketNotificationConfigurationResult& WithEventBridgeConfiguration(EventBridgeConfiguration&& value) { SetEventBridgeConfiguration(std::move(value)); return *this;}
+
private:
Aws::Vector<TopicConfiguration> m_topicConfigurations;
@@ -177,6 +204,8 @@ namespace Model
Aws::Vector<QueueConfiguration> m_queueConfigurations;
Aws::Vector<LambdaFunctionConfiguration> m_lambdaFunctionConfigurations;
+
+ EventBridgeConfiguration m_eventBridgeConfiguration;
};
} // namespace Model