AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
InfrastructureOptimization.h
1
6#pragma once
7#include <aws/ecs/ECS_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace ECS {
17namespace Model {
18
26 public:
27 AWS_ECS_API InfrastructureOptimization() = default;
31
33
45 inline int GetScaleInAfter() const { return m_scaleInAfter; }
46 inline bool ScaleInAfterHasBeenSet() const { return m_scaleInAfterHasBeenSet; }
47 inline void SetScaleInAfter(int value) {
48 m_scaleInAfterHasBeenSet = true;
49 m_scaleInAfter = value;
50 }
52 SetScaleInAfter(value);
53 return *this;
54 }
56 private:
57 int m_scaleInAfter{0};
58 bool m_scaleInAfterHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace ECS
63} // namespace Aws
InfrastructureOptimization & WithScaleInAfter(int value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API InfrastructureOptimization & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API InfrastructureOptimization(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API InfrastructureOptimization()=default
Aws::Utils::Json::JsonValue JsonValue