7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/model/FileCacheLustreDeploymentType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/FileCacheLustreMetadataConfiguration.h>
11#include <aws/fsx/model/LustreLogConfiguration.h>
76 template<
typename MountNameT = Aws::String>
77 void SetMountName(MountNameT&& value) { m_mountNameHasBeenSet =
true; m_mountName = std::forward<MountNameT>(value); }
78 template<
typename MountNameT = Aws::String>
86 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
87 void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT&& value) { m_weeklyMaintenanceStartTimeHasBeenSet =
true; m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value); }
88 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
98 template<
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
99 void SetMetadataConfiguration(MetadataConfigurationT&& value) { m_metadataConfigurationHasBeenSet =
true; m_metadataConfiguration = std::forward<MetadataConfigurationT>(value); }
100 template<
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
111 template<
typename LogConfigurationT = LustreLogConfiguration>
112 void SetLogConfiguration(LogConfigurationT&& value) { m_logConfigurationHasBeenSet =
true; m_logConfiguration = std::forward<LogConfigurationT>(value); }
113 template<
typename LogConfigurationT = LustreLogConfiguration>
118 int m_perUnitStorageThroughput{0};
119 bool m_perUnitStorageThroughputHasBeenSet =
false;
122 bool m_deploymentTypeHasBeenSet =
false;
125 bool m_mountNameHasBeenSet =
false;
128 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
130 FileCacheLustreMetadataConfiguration m_metadataConfiguration;
131 bool m_metadataConfigurationHasBeenSet =
false;
133 LustreLogConfiguration m_logConfiguration;
134 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