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>
46 m_perUnitStorageThroughputHasBeenSet =
true;
47 m_perUnitStorageThroughput = value;
62 m_deploymentTypeHasBeenSet =
true;
63 m_deploymentType = value;
75 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
77 m_weeklyMaintenanceStartTimeHasBeenSet =
true;
78 m_weeklyMaintenanceStartTime = std::forward<WeeklyMaintenanceStartTimeT>(value);
80 template <
typename WeeklyMa
intenanceStartTimeT = Aws::String>
93 template <
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
95 m_metadataConfigurationHasBeenSet =
true;
96 m_metadataConfiguration = std::forward<MetadataConfigurationT>(value);
98 template <
typename MetadataConfigurationT = FileCacheLustreMetadataConfiguration>
105 int m_perUnitStorageThroughput{0};
111 FileCacheLustreMetadataConfiguration m_metadataConfiguration;
112 bool m_perUnitStorageThroughputHasBeenSet =
false;
113 bool m_deploymentTypeHasBeenSet =
false;
114 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
115 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