AWS SDK for C++

AWS SDK for C++ Version 1.11.782

Loading...
Searching...
No Matches
EventBridgeConfiguration.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace BedrockDataAutomation {
17namespace Model {
18
25 public:
26 AWS_BEDROCKDATAAUTOMATION_API EventBridgeConfiguration() = default;
29 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline bool GetEventBridgeEnabled() const { return m_eventBridgeEnabled; }
36 inline bool EventBridgeEnabledHasBeenSet() const { return m_eventBridgeEnabledHasBeenSet; }
37 inline void SetEventBridgeEnabled(bool value) {
38 m_eventBridgeEnabledHasBeenSet = true;
39 m_eventBridgeEnabled = value;
40 }
43 return *this;
44 }
46 private:
47 bool m_eventBridgeEnabled{false};
48 bool m_eventBridgeEnabledHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace BedrockDataAutomation
53} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API EventBridgeConfiguration()=default
AWS_BEDROCKDATAAUTOMATION_API EventBridgeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API EventBridgeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue