AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UpdateFileSystemLustreMetadataConfiguration.h
1
6#pragma once
7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/model/MetadataConfigurationMode.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace FSx
22{
23namespace Model
24{
25
38 {
39 public:
44
45
47
57 inline int GetIops() const { return m_iops; }
58 inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; }
59 inline void SetIops(int value) { m_iopsHasBeenSet = true; m_iops = value; }
60 inline UpdateFileSystemLustreMetadataConfiguration& WithIops(int value) { SetIops(value); return *this;}
62
64
80 inline MetadataConfigurationMode GetMode() const { return m_mode; }
81 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
82 inline void SetMode(MetadataConfigurationMode value) { m_modeHasBeenSet = true; m_mode = value; }
85 private:
86
87 int m_iops{0};
88 bool m_iopsHasBeenSet = false;
89
91 bool m_modeHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace FSx
96} // namespace Aws
AWS_FSX_API UpdateFileSystemLustreMetadataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdateFileSystemLustreMetadataConfiguration & WithMode(MetadataConfigurationMode value)
AWS_FSX_API UpdateFileSystemLustreMetadataConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue