/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The event orchestration status. See Also:
AWS
* API Reference
Specifies if event orchestration is enabled through Amazon EventBridge.
*/ inline bool GetEventBridgeEnabled() const{ return m_eventBridgeEnabled; } /** *Specifies if event orchestration is enabled through Amazon EventBridge.
*/ inline bool EventBridgeEnabledHasBeenSet() const { return m_eventBridgeEnabledHasBeenSet; } /** *Specifies if event orchestration is enabled through Amazon EventBridge.
*/ inline void SetEventBridgeEnabled(bool value) { m_eventBridgeEnabledHasBeenSet = true; m_eventBridgeEnabled = value; } /** *Specifies if event orchestration is enabled through Amazon EventBridge.
*/ inline EventOrchestration& WithEventBridgeEnabled(bool value) { SetEventBridgeEnabled(value); return *this;} private: bool m_eventBridgeEnabled; bool m_eventBridgeEnabledHasBeenSet = false; }; } // namespace Model } // namespace FraudDetector } // namespace Aws