AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
FileSystemLustreMetadataConfiguration.h
1
6#pragma once
7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/model/MetadataConfigurationMode.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace FSx {
20namespace Model {
21
31 public:
36
38
46 inline int GetIops() const { return m_iops; }
47 inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; }
48 inline void SetIops(int value) {
49 m_iopsHasBeenSet = true;
50 m_iops = value;
51 }
53 SetIops(value);
54 return *this;
55 }
57
59
67 inline MetadataConfigurationMode GetMode() const { return m_mode; }
68 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
70 m_modeHasBeenSet = true;
71 m_mode = value;
72 }
74 SetMode(value);
75 return *this;
76 }
78 private:
79 int m_iops{0};
80
82 bool m_iopsHasBeenSet = false;
83 bool m_modeHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace FSx
88} // namespace Aws
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FSX_API FileSystemLustreMetadataConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API FileSystemLustreMetadataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FileSystemLustreMetadataConfiguration & WithMode(MetadataConfigurationMode value)
Aws::Utils::Json::JsonValue JsonValue