AWS SDK for C++

AWS SDK for C++ Version 1.11.690

Loading...
Searching...
No Matches
ExecutionProperty.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Glue {
17namespace Model {
18
25 public:
26 AWS_GLUE_API ExecutionProperty() = default;
30
32
37 inline int GetMaxConcurrentRuns() const { return m_maxConcurrentRuns; }
38 inline bool MaxConcurrentRunsHasBeenSet() const { return m_maxConcurrentRunsHasBeenSet; }
39 inline void SetMaxConcurrentRuns(int value) {
40 m_maxConcurrentRunsHasBeenSet = true;
41 m_maxConcurrentRuns = value;
42 }
45 return *this;
46 }
48 private:
49 int m_maxConcurrentRuns{0};
50 bool m_maxConcurrentRunsHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Glue
55} // namespace Aws
AWS_GLUE_API ExecutionProperty(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API ExecutionProperty()=default
AWS_GLUE_API ExecutionProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
ExecutionProperty & WithMaxConcurrentRuns(int value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue