AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
EphemeralStorage.h
Go to the documentation of this file.
1
6#pragma once
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ECS
20{
21namespace Model
22{
23
37 {
38 public:
43
44
50 inline int GetSizeInGiB() const{ return m_sizeInGiB; }
51
57 inline bool SizeInGiBHasBeenSet() const { return m_sizeInGiBHasBeenSet; }
58
64 inline void SetSizeInGiB(int value) { m_sizeInGiBHasBeenSet = true; m_sizeInGiB = value; }
65
71 inline EphemeralStorage& WithSizeInGiB(int value) { SetSizeInGiB(value); return *this;}
72
73 private:
74
75 int m_sizeInGiB;
76 bool m_sizeInGiBHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace ECS
81} // namespace Aws
#define AWS_ECS_API
Definition: ECS_EXPORTS.h:28
AWS_ECS_API EphemeralStorage(Aws::Utils::Json::JsonView jsonValue)
EphemeralStorage & WithSizeInGiB(int value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API EphemeralStorage & operator=(Aws::Utils::Json::JsonView jsonValue)