7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/OpsCenterIntegration.h>
9#include <aws/devops-guru/model/LogsAnomalyDetectionIntegration.h>
10#include <aws/devops-guru/model/KMSServerSideEncryptionIntegration.h>
51 template<
typename OpsCenterT = OpsCenterIntegration>
52 void SetOpsCenter(OpsCenterT&& value) { m_opsCenterHasBeenSet =
true; m_opsCenter = std::forward<OpsCenterT>(value); }
53 template<
typename OpsCenterT = OpsCenterIntegration>
64 template<
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegration>
65 void SetLogsAnomalyDetection(LogsAnomalyDetectionT&& value) { m_logsAnomalyDetectionHasBeenSet =
true; m_logsAnomalyDetection = std::forward<LogsAnomalyDetectionT>(value); }
66 template<
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegration>
77 template<
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegration>
78 void SetKMSServerSideEncryption(KMSServerSideEncryptionT&& value) { m_kMSServerSideEncryptionHasBeenSet =
true; m_kMSServerSideEncryption = std::forward<KMSServerSideEncryptionT>(value); }
79 template<
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegration>
85 bool m_opsCenterHasBeenSet =
false;
88 bool m_logsAnomalyDetectionHasBeenSet =
false;
91 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