7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fsx/FSx_EXPORTS.h>
9#include <aws/fsx/model/FileCacheLustreDeploymentType.h>
10#include <aws/fsx/model/FileCacheLustreMetadataConfiguration.h>
11#include <aws/fsx/model/LustreLogConfiguration.h>
48 m_perUnitStorageThroughputHasBeenSet =
true;
49 m_perUnitStorageThroughput = value;
65 m_deploymentTypeHasBeenSet =
true;
66 m_deploymentType = value;
82 template <
typename MountNameT = Aws::String>
84 m_mountNameHasBeenSet =
true;
85 m_mountName = std::forward<MountNameT>(value);
87 template <
typename MountNameT = Aws::String>
98 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
100 m_weeklyMaintenanceStartTimeHasBeenSet =
true;
101 m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value);
103 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
116 template <
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
118 m_metadataConfigurationHasBeenSet =
true;
119 m_metadataConfiguration = std::forward<MetadataConfigurationT>(value);
121 template <
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
135 template <
typename LogConfigurationT = LustreLogConfiguration>
137 m_logConfigurationHasBeenSet =
true;
138 m_logConfiguration = std::forward<LogConfigurationT>(value);
140 template <
typename LogConfigurationT = LustreLogConfiguration>
147 int m_perUnitStorageThroughput{0};
155 FileCacheLustreMetadataConfiguration m_metadataConfiguration;
157 LustreLogConfiguration m_logConfiguration;
158 bool m_perUnitStorageThroughputHasBeenSet =
false;
159 bool m_deploymentTypeHasBeenSet =
false;
160 bool m_mountNameHasBeenSet =
false;
161 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
162 bool m_metadataConfigurationHasBeenSet =
false;
163 bool m_logConfigurationHasBeenSet =
false;
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
bool MetadataConfigurationHasBeenSet() const
FileCacheLustreDeploymentType GetDeploymentType() const
void SetMetadataConfiguration(MetadataConfigurationT &&value)
bool DeploymentTypeHasBeenSet() const
bool LogConfigurationHasBeenSet() const
void SetPerUnitStorageThroughput(int value)
AWS_FSX_API FileCacheLustreConfiguration()=default
void SetLogConfiguration(LogConfigurationT &&value)
const Aws::String & GetWeeklyMaintenanceStartTime() const
FileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
void SetMountName(MountNameT &&value)
FileCacheLustreConfiguration & WithDeploymentType(FileCacheLustreDeploymentType value)
bool MountNameHasBeenSet() const
AWS_FSX_API FileCacheLustreConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const FileCacheLustreMetadataConfiguration & GetMetadataConfiguration() const
bool PerUnitStorageThroughputHasBeenSet() const
void SetDeploymentType(FileCacheLustreDeploymentType value)
FileCacheLustreConfiguration & WithLogConfiguration(LogConfigurationT &&value)
void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
const LustreLogConfiguration & GetLogConfiguration() const
const Aws::String & GetMountName() const
int GetPerUnitStorageThroughput() const
FileCacheLustreConfiguration & WithMetadataConfiguration(MetadataConfigurationT &&value)
FileCacheLustreConfiguration & WithMountName(MountNameT &&value)
bool WeeklyMaintenanceStartTimeHasBeenSet() const
AWS_FSX_API FileCacheLustreConfiguration(Aws::Utils::Json::JsonView jsonValue)
FileCacheLustreConfiguration & WithPerUnitStorageThroughput(int value)
FileCacheLustreDeploymentType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue