AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FileCacheLustreMetadataConfiguration.h
1
6#pragma once
7#include <aws/fsx/FSx_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 FSx
20{
21namespace Model
22{
23
32 {
33 public:
38
39
41
45 inline int GetStorageCapacity() const{ return m_storageCapacity; }
46 inline bool StorageCapacityHasBeenSet() const { return m_storageCapacityHasBeenSet; }
47 inline void SetStorageCapacity(int value) { m_storageCapacityHasBeenSet = true; m_storageCapacity = value; }
50 private:
51
52 int m_storageCapacity;
53 bool m_storageCapacityHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace FSx
58} // namespace Aws
AWS_FSX_API FileCacheLustreMetadataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API FileCacheLustreMetadataConfiguration(Aws::Utils::Json::JsonView jsonValue)
FileCacheLustreMetadataConfiguration & WithStorageCapacity(int value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue