AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
NotificationConfiguration.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/EventBridgeConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockDataAutomation {
20namespace Model {
21
28 public:
29 AWS_BEDROCKDATAAUTOMATION_API NotificationConfiguration() = default;
32 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const EventBridgeConfiguration& GetEventBridgeConfiguration() const { return m_eventBridgeConfiguration; }
39 inline bool EventBridgeConfigurationHasBeenSet() const { return m_eventBridgeConfigurationHasBeenSet; }
40 template <typename EventBridgeConfigurationT = EventBridgeConfiguration>
42 m_eventBridgeConfigurationHasBeenSet = true;
43 m_eventBridgeConfiguration = std::forward<EventBridgeConfigurationT>(value);
44 }
45 template <typename EventBridgeConfigurationT = EventBridgeConfiguration>
47 SetEventBridgeConfiguration(std::forward<EventBridgeConfigurationT>(value));
48 return *this;
49 }
51 private:
52 EventBridgeConfiguration m_eventBridgeConfiguration;
53 bool m_eventBridgeConfigurationHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace BedrockDataAutomation
58} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API NotificationConfiguration()=default
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
NotificationConfiguration & WithEventBridgeConfiguration(EventBridgeConfigurationT &&value)
AWS_BEDROCKDATAAUTOMATION_API NotificationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API NotificationConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue