7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/KMSServerSideEncryptionIntegration.h>
9#include <aws/devops-guru/model/LogsAnomalyDetectionIntegration.h>
10#include <aws/devops-guru/model/OpsCenterIntegration.h>
45 template <
typename OpsCenterT = OpsCenterIntegration>
47 m_opsCenterHasBeenSet =
true;
48 m_opsCenter = std::forward<OpsCenterT>(value);
50 template <
typename OpsCenterT = OpsCenterIntegration>
64 template <
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegration>
66 m_logsAnomalyDetectionHasBeenSet =
true;
67 m_logsAnomalyDetection = std::forward<LogsAnomalyDetectionT>(value);
69 template <
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegration>
83 template <
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegration>
85 m_kMSServerSideEncryptionHasBeenSet =
true;
86 m_kMSServerSideEncryption = std::forward<KMSServerSideEncryptionT>(value);
88 template <
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegration>
100 bool m_opsCenterHasBeenSet =
false;
101 bool m_logsAnomalyDetectionHasBeenSet =
false;
102 bool m_kMSServerSideEncryptionHasBeenSet =
false;
ServiceIntegrationConfig & WithOpsCenter(OpsCenterT &&value)
const KMSServerSideEncryptionIntegration & GetKMSServerSideEncryption() const
ServiceIntegrationConfig & WithKMSServerSideEncryption(KMSServerSideEncryptionT &&value)
void SetOpsCenter(OpsCenterT &&value)
const OpsCenterIntegration & GetOpsCenter() const
ServiceIntegrationConfig & WithLogsAnomalyDetection(LogsAnomalyDetectionT &&value)
bool OpsCenterHasBeenSet() const
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogsAnomalyDetection(LogsAnomalyDetectionT &&value)
bool KMSServerSideEncryptionHasBeenSet() const
const LogsAnomalyDetectionIntegration & GetLogsAnomalyDetection() const
bool LogsAnomalyDetectionHasBeenSet() const
AWS_DEVOPSGURU_API ServiceIntegrationConfig()=default
AWS_DEVOPSGURU_API ServiceIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
void SetKMSServerSideEncryption(KMSServerSideEncryptionT &&value)
AWS_DEVOPSGURU_API ServiceIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue