AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MemorySizeConfiguration.h
1
6#pragma once
7#include <aws/compute-optimizer/ComputeOptimizer_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 ComputeOptimizer
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_COMPUTEOPTIMIZER_API MemorySizeConfiguration();
34 AWS_COMPUTEOPTIMIZER_API MemorySizeConfiguration(Aws::Utils::Json::JsonView jsonValue);
35 AWS_COMPUTEOPTIMIZER_API MemorySizeConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetMemory() const{ return m_memory; }
44 inline bool MemoryHasBeenSet() const { return m_memoryHasBeenSet; }
45 inline void SetMemory(int value) { m_memoryHasBeenSet = true; m_memory = value; }
46 inline MemorySizeConfiguration& WithMemory(int value) { SetMemory(value); return *this;}
48
50
53 inline int GetMemoryReservation() const{ return m_memoryReservation; }
54 inline bool MemoryReservationHasBeenSet() const { return m_memoryReservationHasBeenSet; }
55 inline void SetMemoryReservation(int value) { m_memoryReservationHasBeenSet = true; m_memoryReservation = value; }
56 inline MemorySizeConfiguration& WithMemoryReservation(int value) { SetMemoryReservation(value); return *this;}
58 private:
59
60 int m_memory;
61 bool m_memoryHasBeenSet = false;
62
63 int m_memoryReservation;
64 bool m_memoryReservationHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace ComputeOptimizer
69} // namespace Aws
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPUTEOPTIMIZER_API MemorySizeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_COMPUTEOPTIMIZER_API MemorySizeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue