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>
69 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
70 void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT&& value) { m_weeklyMaintenanceStartTimeHasBeenSet =
true; m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value); }
71 template<
typename WeeklyMa
intenanceStartTimeT = Aws::String>
81 template<
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
82 void SetMetadataConfiguration(MetadataConfigurationT&& value) { m_metadataConfigurationHasBeenSet =
true; m_metadataConfiguration = std::forward<MetadataConfigurationT>(value); }
83 template<
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
88 int m_perUnitStorageThroughput{0};
89 bool m_perUnitStorageThroughputHasBeenSet =
false;
92 bool m_deploymentTypeHasBeenSet =
false;
95 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
97 FileCacheLustreMetadataConfiguration m_metadataConfiguration;
98 bool m_metadataConfigurationHasBeenSet =
false;
bool WeeklyMaintenanceStartTimeHasBeenSet() const
void SetMetadataConfiguration(MetadataConfigurationT &&value)
const FileCacheLustreMetadataConfiguration & GetMetadataConfiguration() const
AWS_FSX_API CreateFileCacheLustreConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API CreateFileCacheLustreConfiguration()=default
const Aws::String & GetWeeklyMaintenanceStartTime() const
bool PerUnitStorageThroughputHasBeenSet() const
int GetPerUnitStorageThroughput() const
void SetWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPerUnitStorageThroughput(int value)
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(WeeklyMaintenanceStartTimeT &&value)
CreateFileCacheLustreConfiguration & WithDeploymentType(FileCacheLustreDeploymentType value)
bool DeploymentTypeHasBeenSet() const
AWS_FSX_API CreateFileCacheLustreConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateFileCacheLustreConfiguration & WithPerUnitStorageThroughput(int value)
FileCacheLustreDeploymentType GetDeploymentType() const
CreateFileCacheLustreConfiguration & WithMetadataConfiguration(MetadataConfigurationT &&value)
bool MetadataConfigurationHasBeenSet() const
void SetDeploymentType(FileCacheLustreDeploymentType value)
FileCacheLustreDeploymentType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue