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>
80 inline void SetMountName(
const char* value) { m_mountNameHasBeenSet =
true; m_mountName.assign(value); }
92 inline void SetWeeklyMaintenanceStartTime(
const char* value) { m_weeklyMaintenanceStartTimeHasBeenSet =
true; m_weeklyMaintenanceStartTime.assign(value); }
124 int m_perUnitStorageThroughput;
125 bool m_perUnitStorageThroughputHasBeenSet =
false;
128 bool m_deploymentTypeHasBeenSet =
false;
131 bool m_mountNameHasBeenSet =
false;
134 bool m_weeklyMaintenanceStartTimeHasBeenSet =
false;
137 bool m_metadataConfigurationHasBeenSet =
false;
140 bool m_logConfigurationHasBeenSet =
false;
FileCacheLustreConfiguration & WithLogConfiguration(const LustreLogConfiguration &value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
FileCacheLustreConfiguration & WithMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
bool MetadataConfigurationHasBeenSet() const
FileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const Aws::String &value)
void SetMountName(const char *value)
bool DeploymentTypeHasBeenSet() const
bool LogConfigurationHasBeenSet() const
FileCacheLustreConfiguration & WithMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
void SetPerUnitStorageThroughput(int value)
const FileCacheLustreDeploymentType & GetDeploymentType() const
FileCacheLustreConfiguration & WithDeploymentType(const FileCacheLustreDeploymentType &value)
const Aws::String & GetWeeklyMaintenanceStartTime() const
FileCacheLustreConfiguration & WithMountName(const char *value)
FileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const char *value)
FileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(Aws::String &&value)
void SetWeeklyMaintenanceStartTime(Aws::String &&value)
bool MountNameHasBeenSet() const
void SetLogConfiguration(LustreLogConfiguration &&value)
void SetMountName(Aws::String &&value)
FileCacheLustreConfiguration & WithLogConfiguration(LustreLogConfiguration &&value)
AWS_FSX_API FileCacheLustreConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWeeklyMaintenanceStartTime(const Aws::String &value)
const FileCacheLustreMetadataConfiguration & GetMetadataConfiguration() const
bool PerUnitStorageThroughputHasBeenSet() const
void SetMountName(const Aws::String &value)
void SetDeploymentType(FileCacheLustreDeploymentType &&value)
const LustreLogConfiguration & GetLogConfiguration() const
const Aws::String & GetMountName() const
FileCacheLustreConfiguration & WithMountName(Aws::String &&value)
int GetPerUnitStorageThroughput() const
FileCacheLustreConfiguration & WithDeploymentType(FileCacheLustreDeploymentType &&value)
FileCacheLustreConfiguration & WithMountName(const Aws::String &value)
void SetDeploymentType(const FileCacheLustreDeploymentType &value)
void SetMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
bool WeeklyMaintenanceStartTimeHasBeenSet() const
AWS_FSX_API FileCacheLustreConfiguration()
void SetMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
AWS_FSX_API FileCacheLustreConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetWeeklyMaintenanceStartTime(const char *value)
FileCacheLustreConfiguration & WithPerUnitStorageThroughput(int value)
void SetLogConfiguration(const LustreLogConfiguration &value)
FileCacheLustreDeploymentType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue