AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
ManagedInstancesStorageConfiguration.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 ManagedInstancesStorageConfiguration() = default;
31
33
36 inline int GetStorageSizeGiB() const { return m_storageSizeGiB; }
37 inline bool StorageSizeGiBHasBeenSet() const { return m_storageSizeGiBHasBeenSet; }
38 inline void SetStorageSizeGiB(int value) {
39 m_storageSizeGiBHasBeenSet = true;
40 m_storageSizeGiB = value;
41 }
43 SetStorageSizeGiB(value);
44 return *this;
45 }
47 private:
48 int m_storageSizeGiB{0};
49 bool m_storageSizeGiBHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace ECS
54} // namespace Aws
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
ManagedInstancesStorageConfiguration & WithStorageSizeGiB(int value)
AWS_ECS_API ManagedInstancesStorageConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API ManagedInstancesStorageConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue