7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/OpsCenterIntegrationConfig.h>
9#include <aws/devops-guru/model/LogsAnomalyDetectionIntegrationConfig.h>
10#include <aws/devops-guru/model/KMSServerSideEncryptionIntegrationConfig.h>
48 template<
typename OpsCenterT = OpsCenterIntegrationConfig>
49 void SetOpsCenter(OpsCenterT&& value) { m_opsCenterHasBeenSet =
true; m_opsCenter = std::forward<OpsCenterT>(value); }
50 template<
typename OpsCenterT = OpsCenterIntegrationConfig>
61 template<
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegrationConfig>
62 void SetLogsAnomalyDetection(LogsAnomalyDetectionT&& value) { m_logsAnomalyDetectionHasBeenSet =
true; m_logsAnomalyDetection = std::forward<LogsAnomalyDetectionT>(value); }
63 template<
typename LogsAnomalyDetectionT = LogsAnomalyDetectionIntegrationConfig>
74 template<
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegrationConfig>
75 void SetKMSServerSideEncryption(KMSServerSideEncryptionT&& value) { m_kMSServerSideEncryptionHasBeenSet =
true; m_kMSServerSideEncryption = std::forward<KMSServerSideEncryptionT>(value); }
76 template<
typename KMSServerS
ideEncryptionT = KMSServerS
ideEncryptionIntegrationConfig>
82 bool m_opsCenterHasBeenSet =
false;
85 bool m_logsAnomalyDetectionHasBeenSet =
false;
88 bool m_kMSServerSideEncryptionHasBeenSet =
false;
UpdateServiceIntegrationConfig & WithOpsCenter(OpsCenterT &&value)
bool LogsAnomalyDetectionHasBeenSet() const
void SetLogsAnomalyDetection(LogsAnomalyDetectionT &&value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateServiceIntegrationConfig & WithKMSServerSideEncryption(KMSServerSideEncryptionT &&value)
const KMSServerSideEncryptionIntegrationConfig & GetKMSServerSideEncryption() const
AWS_DEVOPSGURU_API UpdateServiceIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const LogsAnomalyDetectionIntegrationConfig & GetLogsAnomalyDetection() const
AWS_DEVOPSGURU_API UpdateServiceIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API UpdateServiceIntegrationConfig()=default
void SetKMSServerSideEncryption(KMSServerSideEncryptionT &&value)
UpdateServiceIntegrationConfig & WithLogsAnomalyDetection(LogsAnomalyDetectionT &&value)
bool OpsCenterHasBeenSet() const
const OpsCenterIntegrationConfig & GetOpsCenter() const
bool KMSServerSideEncryptionHasBeenSet() const
void SetOpsCenter(OpsCenterT &&value)
Aws::Utils::Json::JsonValue JsonValue