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>
73 inline void SetWeeklyMaintenanceStartTime(
const char* value) { m_weeklyMaintenanceStartTimeHasBeenSet =
true; m_weeklyMaintenanceStartTime.assign(value); }
92 int m_perUnitStorageThroughput;
93 bool m_perUnitStorageThroughputHasBeenSet =
false;
96 bool m_deploymentTypeHasBeenSet =
false;
99 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
102 bool m_metadataConfigurationHasBeenSet =
false;
const FileCacheLustreDeploymentType & GetDeploymentType() const
void SetDeploymentType(FileCacheLustreDeploymentType &&value)
CreateFileCacheLustreConfiguration & WithMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
bool WeeklyMaintenanceStartTimeHasBeenSet() const
const FileCacheLustreMetadataConfiguration & GetMetadataConfiguration() const
AWS_FSX_API CreateFileCacheLustreConfiguration(Aws::Utils::Json::JsonView jsonValue)
CreateFileCacheLustreConfiguration & WithDeploymentType(const FileCacheLustreDeploymentType &value)
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(Aws::String &&value)
CreateFileCacheLustreConfiguration & WithDeploymentType(FileCacheLustreDeploymentType &&value)
const Aws::String & GetWeeklyMaintenanceStartTime() const
AWS_FSX_API CreateFileCacheLustreConfiguration()
void SetMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
void SetWeeklyMaintenanceStartTime(Aws::String &&value)
void SetDeploymentType(const FileCacheLustreDeploymentType &value)
bool PerUnitStorageThroughputHasBeenSet() const
int GetPerUnitStorageThroughput() const
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPerUnitStorageThroughput(int value)
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const char *value)
void SetWeeklyMaintenanceStartTime(const Aws::String &value)
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const Aws::String &value)
bool DeploymentTypeHasBeenSet() const
AWS_FSX_API CreateFileCacheLustreConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateFileCacheLustreConfiguration & WithPerUnitStorageThroughput(int value)
bool MetadataConfigurationHasBeenSet() const
void SetWeeklyMaintenanceStartTime(const char *value)
void SetMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
CreateFileCacheLustreConfiguration & WithMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
FileCacheLustreDeploymentType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue