AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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#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
35 {
36 public:
41
42
44
49 inline int GetIops() const{ return m_iops; }
50 inline bool IopsHasBeenSet() const { return m_iopsHasBeenSet; }
51 inline void SetIops(int value) { m_iopsHasBeenSet = true; m_iops = value; }
52 inline FileSystemLustreMetadataConfiguration& WithIops(int value) { SetIops(value); return *this;}
54
56
64 inline const MetadataConfigurationMode& GetMode() const{ return m_mode; }
65 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
66 inline void SetMode(const MetadataConfigurationMode& value) { m_modeHasBeenSet = true; m_mode = value; }
67 inline void SetMode(MetadataConfigurationMode&& value) { m_modeHasBeenSet = true; m_mode = std::move(value); }
69 inline FileSystemLustreMetadataConfiguration& WithMode(MetadataConfigurationMode&& value) { SetMode(std::move(value)); return *this;}
71 private:
72
73 int m_iops;
74 bool m_iopsHasBeenSet = false;
75
77 bool m_modeHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace FSx
82} // namespace Aws
FileSystemLustreMetadataConfiguration & WithMode(const MetadataConfigurationMode &value)
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