AWS SDK for C++

AWS SDK for C++ Version 1.11.876

Loading...
Searching...
No Matches
InfrastructureOptimization.h
1
6#pragma once
7#include <aws/batch/Batch_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Batch {
17namespace Model {
18
27 public:
28 AWS_BATCH_API InfrastructureOptimization() = default;
31 AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
40 inline int GetScaleInAfter() const { return m_scaleInAfter; }
41 inline bool ScaleInAfterHasBeenSet() const { return m_scaleInAfterHasBeenSet; }
42 inline void SetScaleInAfter(int value) {
43 m_scaleInAfterHasBeenSet = true;
44 m_scaleInAfter = value;
45 }
47 SetScaleInAfter(value);
48 return *this;
49 }
51 private:
52 int m_scaleInAfter{0};
53 bool m_scaleInAfterHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace Batch
58} // namespace Aws
AWS_BATCH_API InfrastructureOptimization & operator=(Aws::Utils::Json::JsonView jsonValue)
InfrastructureOptimization & WithScaleInAfter(int value)
AWS_BATCH_API InfrastructureOptimization(Aws::Utils::Json::JsonView jsonValue)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BATCH_API InfrastructureOptimization()=default
Aws::Utils::Json::JsonValue JsonValue