AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ServiceIntegrationConfig.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace DevOpsGuru
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_DEVOPSGURU_API ServiceIntegrationConfig();
41 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const OpsCenterIntegration& GetOpsCenter() const{ return m_opsCenter; }
50 inline bool OpsCenterHasBeenSet() const { return m_opsCenterHasBeenSet; }
51 inline void SetOpsCenter(const OpsCenterIntegration& value) { m_opsCenterHasBeenSet = true; m_opsCenter = value; }
52 inline void SetOpsCenter(OpsCenterIntegration&& value) { m_opsCenterHasBeenSet = true; m_opsCenter = std::move(value); }
53 inline ServiceIntegrationConfig& WithOpsCenter(const OpsCenterIntegration& value) { SetOpsCenter(value); return *this;}
54 inline ServiceIntegrationConfig& WithOpsCenter(OpsCenterIntegration&& value) { SetOpsCenter(std::move(value)); return *this;}
56
58
62 inline const LogsAnomalyDetectionIntegration& GetLogsAnomalyDetection() const{ return m_logsAnomalyDetection; }
63 inline bool LogsAnomalyDetectionHasBeenSet() const { return m_logsAnomalyDetectionHasBeenSet; }
64 inline void SetLogsAnomalyDetection(const LogsAnomalyDetectionIntegration& value) { m_logsAnomalyDetectionHasBeenSet = true; m_logsAnomalyDetection = value; }
65 inline void SetLogsAnomalyDetection(LogsAnomalyDetectionIntegration&& value) { m_logsAnomalyDetectionHasBeenSet = true; m_logsAnomalyDetection = std::move(value); }
69
71
75 inline const KMSServerSideEncryptionIntegration& GetKMSServerSideEncryption() const{ return m_kMSServerSideEncryption; }
76 inline bool KMSServerSideEncryptionHasBeenSet() const { return m_kMSServerSideEncryptionHasBeenSet; }
77 inline void SetKMSServerSideEncryption(const KMSServerSideEncryptionIntegration& value) { m_kMSServerSideEncryptionHasBeenSet = true; m_kMSServerSideEncryption = value; }
78 inline void SetKMSServerSideEncryption(KMSServerSideEncryptionIntegration&& value) { m_kMSServerSideEncryptionHasBeenSet = true; m_kMSServerSideEncryption = std::move(value); }
82 private:
83
84 OpsCenterIntegration m_opsCenter;
85 bool m_opsCenterHasBeenSet = false;
86
87 LogsAnomalyDetectionIntegration m_logsAnomalyDetection;
88 bool m_logsAnomalyDetectionHasBeenSet = false;
89
90 KMSServerSideEncryptionIntegration m_kMSServerSideEncryption;
91 bool m_kMSServerSideEncryptionHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace DevOpsGuru
96} // namespace Aws
const KMSServerSideEncryptionIntegration & GetKMSServerSideEncryption() const
void SetKMSServerSideEncryption(KMSServerSideEncryptionIntegration &&value)
ServiceIntegrationConfig & WithLogsAnomalyDetection(LogsAnomalyDetectionIntegration &&value)
ServiceIntegrationConfig & WithLogsAnomalyDetection(const LogsAnomalyDetectionIntegration &value)
ServiceIntegrationConfig & WithKMSServerSideEncryption(const KMSServerSideEncryptionIntegration &value)
ServiceIntegrationConfig & WithOpsCenter(const OpsCenterIntegration &value)
void SetLogsAnomalyDetection(const LogsAnomalyDetectionIntegration &value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKMSServerSideEncryption(const KMSServerSideEncryptionIntegration &value)
const LogsAnomalyDetectionIntegration & GetLogsAnomalyDetection() const
ServiceIntegrationConfig & WithOpsCenter(OpsCenterIntegration &&value)
void SetLogsAnomalyDetection(LogsAnomalyDetectionIntegration &&value)
void SetOpsCenter(const OpsCenterIntegration &value)
AWS_DEVOPSGURU_API ServiceIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API ServiceIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceIntegrationConfig & WithKMSServerSideEncryption(KMSServerSideEncryptionIntegration &&value)
Aws::Utils::Json::JsonValue JsonValue