AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
WorkflowExecutionOpenCounts.h
1
6#pragma once
7#include <aws/swf/SWF_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 SWF
20{
21namespace Model
22{
23
31 {
32 public:
37
38
40
43 inline int GetOpenActivityTasks() const{ return m_openActivityTasks; }
44 inline bool OpenActivityTasksHasBeenSet() const { return m_openActivityTasksHasBeenSet; }
45 inline void SetOpenActivityTasks(int value) { m_openActivityTasksHasBeenSet = true; m_openActivityTasks = value; }
48
50
54 inline int GetOpenDecisionTasks() const{ return m_openDecisionTasks; }
55 inline bool OpenDecisionTasksHasBeenSet() const { return m_openDecisionTasksHasBeenSet; }
56 inline void SetOpenDecisionTasks(int value) { m_openDecisionTasksHasBeenSet = true; m_openDecisionTasks = value; }
59
61
65 inline int GetOpenTimers() const{ return m_openTimers; }
66 inline bool OpenTimersHasBeenSet() const { return m_openTimersHasBeenSet; }
67 inline void SetOpenTimers(int value) { m_openTimersHasBeenSet = true; m_openTimers = value; }
68 inline WorkflowExecutionOpenCounts& WithOpenTimers(int value) { SetOpenTimers(value); return *this;}
70
72
75 inline int GetOpenChildWorkflowExecutions() const{ return m_openChildWorkflowExecutions; }
76 inline bool OpenChildWorkflowExecutionsHasBeenSet() const { return m_openChildWorkflowExecutionsHasBeenSet; }
77 inline void SetOpenChildWorkflowExecutions(int value) { m_openChildWorkflowExecutionsHasBeenSet = true; m_openChildWorkflowExecutions = value; }
80
82
85 inline int GetOpenLambdaFunctions() const{ return m_openLambdaFunctions; }
86 inline bool OpenLambdaFunctionsHasBeenSet() const { return m_openLambdaFunctionsHasBeenSet; }
87 inline void SetOpenLambdaFunctions(int value) { m_openLambdaFunctionsHasBeenSet = true; m_openLambdaFunctions = value; }
90 private:
91
92 int m_openActivityTasks;
93 bool m_openActivityTasksHasBeenSet = false;
94
95 int m_openDecisionTasks;
96 bool m_openDecisionTasksHasBeenSet = false;
97
98 int m_openTimers;
99 bool m_openTimersHasBeenSet = false;
100
101 int m_openChildWorkflowExecutions;
102 bool m_openChildWorkflowExecutionsHasBeenSet = false;
103
104 int m_openLambdaFunctions;
105 bool m_openLambdaFunctionsHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace SWF
110} // namespace Aws
WorkflowExecutionOpenCounts & WithOpenChildWorkflowExecutions(int value)
WorkflowExecutionOpenCounts & WithOpenTimers(int value)
WorkflowExecutionOpenCounts & WithOpenDecisionTasks(int value)
AWS_SWF_API WorkflowExecutionOpenCounts(Aws::Utils::Json::JsonView jsonValue)
AWS_SWF_API WorkflowExecutionOpenCounts & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkflowExecutionOpenCounts & WithOpenLambdaFunctions(int value)
AWS_SWF_API Aws::Utils::Json::JsonValue Jsonize() const
WorkflowExecutionOpenCounts & WithOpenActivityTasks(int value)
Aws::Utils::Json::JsonValue JsonValue