AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
AgentOrchestrationConfig.h
1
6#pragma once
7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CodeGuruProfiler {
17namespace Model {
18
29 public:
30 AWS_CODEGURUPROFILER_API AgentOrchestrationConfig() = default;
31 AWS_CODEGURUPROFILER_API AgentOrchestrationConfig(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline bool GetProfilingEnabled() const { return m_profilingEnabled; }
41 inline bool ProfilingEnabledHasBeenSet() const { return m_profilingEnabledHasBeenSet; }
42 inline void SetProfilingEnabled(bool value) {
43 m_profilingEnabledHasBeenSet = true;
44 m_profilingEnabled = value;
45 }
48 return *this;
49 }
51 private:
52 bool m_profilingEnabled{false};
53 bool m_profilingEnabledHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace CodeGuruProfiler
58} // namespace Aws
AWS_CODEGURUPROFILER_API AgentOrchestrationConfig()=default
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