AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AgentOrchestrationConfig.h
1
6#pragma once
7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CodeGuruProfiler
20{
21namespace Model
22{
23
34 {
35 public:
36 AWS_CODEGURUPROFILER_API AgentOrchestrationConfig();
37 AWS_CODEGURUPROFILER_API AgentOrchestrationConfig(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline bool GetProfilingEnabled() const{ return m_profilingEnabled; }
48 inline bool ProfilingEnabledHasBeenSet() const { return m_profilingEnabledHasBeenSet; }
49 inline void SetProfilingEnabled(bool value) { m_profilingEnabledHasBeenSet = true; m_profilingEnabled = value; }
50 inline AgentOrchestrationConfig& WithProfilingEnabled(bool value) { SetProfilingEnabled(value); return *this;}
52 private:
53
54 bool m_profilingEnabled;
55 bool m_profilingEnabledHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace CodeGuruProfiler
60} // namespace Aws
AWS_CODEGURUPROFILER_API AgentOrchestrationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEGURUPROFILER_API AgentOrchestrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AgentOrchestrationConfig & WithProfilingEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue