AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ScalingConfig.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Lambda {
17namespace Model {
18
26 public:
27 AWS_LAMBDA_API ScalingConfig() = default;
28 AWS_LAMBDA_API ScalingConfig(Aws::Utils::Json::JsonView jsonValue);
30 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetMaximumConcurrency() const { return m_maximumConcurrency; }
38 inline bool MaximumConcurrencyHasBeenSet() const { return m_maximumConcurrencyHasBeenSet; }
39 inline void SetMaximumConcurrency(int value) {
40 m_maximumConcurrencyHasBeenSet = true;
41 m_maximumConcurrency = value;
42 }
45 return *this;
46 }
48 private:
49 int m_maximumConcurrency{0};
50 bool m_maximumConcurrencyHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Lambda
55} // namespace Aws
ScalingConfig & WithMaximumConcurrency(int value)
AWS_LAMBDA_API ScalingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API ScalingConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LAMBDA_API ScalingConfig()=default
Aws::Utils::Json::JsonValue JsonValue