AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EventSourcesConfig.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/AmazonCodeGuruProfilerIntegration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DevOpsGuru
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_DEVOPSGURU_API EventSourcesConfig();
37 AWS_DEVOPSGURU_API EventSourcesConfig(Aws::Utils::Json::JsonView jsonValue);
39 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const AmazonCodeGuruProfilerIntegration& GetAmazonCodeGuruProfiler() const{ return m_amazonCodeGuruProfiler; }
48 inline bool AmazonCodeGuruProfilerHasBeenSet() const { return m_amazonCodeGuruProfilerHasBeenSet; }
49 inline void SetAmazonCodeGuruProfiler(const AmazonCodeGuruProfilerIntegration& value) { m_amazonCodeGuruProfilerHasBeenSet = true; m_amazonCodeGuruProfiler = value; }
50 inline void SetAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration&& value) { m_amazonCodeGuruProfilerHasBeenSet = true; m_amazonCodeGuruProfiler = std::move(value); }
54 private:
55
56 AmazonCodeGuruProfilerIntegration m_amazonCodeGuruProfiler;
57 bool m_amazonCodeGuruProfilerHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace DevOpsGuru
62} // namespace Aws
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration &&value)
EventSourcesConfig & WithAmazonCodeGuruProfiler(const AmazonCodeGuruProfilerIntegration &value)
const AmazonCodeGuruProfilerIntegration & GetAmazonCodeGuruProfiler() const
AWS_DEVOPSGURU_API EventSourcesConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
EventSourcesConfig & WithAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration &&value)
AWS_DEVOPSGURU_API EventSourcesConfig(Aws::Utils::Json::JsonView jsonValue)
void SetAmazonCodeGuruProfiler(const AmazonCodeGuruProfilerIntegration &value)
Aws::Utils::Json::JsonValue JsonValue