AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateFileCacheLustreConfiguration.h
1
6#pragma once
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 <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace FSx
24{
25namespace Model
26{
27
35 {
36 public:
41
42
44
49 inline int GetPerUnitStorageThroughput() const{ return m_perUnitStorageThroughput; }
50 inline bool PerUnitStorageThroughputHasBeenSet() const { return m_perUnitStorageThroughputHasBeenSet; }
51 inline void SetPerUnitStorageThroughput(int value) { m_perUnitStorageThroughputHasBeenSet = true; m_perUnitStorageThroughput = value; }
54
56
59 inline const FileCacheLustreDeploymentType& GetDeploymentType() const{ return m_deploymentType; }
60 inline bool DeploymentTypeHasBeenSet() const { return m_deploymentTypeHasBeenSet; }
61 inline void SetDeploymentType(const FileCacheLustreDeploymentType& value) { m_deploymentTypeHasBeenSet = true; m_deploymentType = value; }
62 inline void SetDeploymentType(FileCacheLustreDeploymentType&& value) { m_deploymentTypeHasBeenSet = true; m_deploymentType = std::move(value); }
66
68
69 inline const Aws::String& GetWeeklyMaintenanceStartTime() const{ return m_weeklyMaintenanceStartTime; }
70 inline bool WeeklyMaintenanceStartTimeHasBeenSet() const { return m_weeklyMaintenanceStartTimeHasBeenSet; }
71 inline void SetWeeklyMaintenanceStartTime(const Aws::String& value) { m_weeklyMaintenanceStartTimeHasBeenSet = true; m_weeklyMaintenanceStartTime = value; }
72 inline void SetWeeklyMaintenanceStartTime(Aws::String&& value) { m_weeklyMaintenanceStartTimeHasBeenSet = true; m_weeklyMaintenanceStartTime = std::move(value); }
73 inline void SetWeeklyMaintenanceStartTime(const char* value) { m_weeklyMaintenanceStartTimeHasBeenSet = true; m_weeklyMaintenanceStartTime.assign(value); }
78
80
83 inline const FileCacheLustreMetadataConfiguration& GetMetadataConfiguration() const{ return m_metadataConfiguration; }
84 inline bool MetadataConfigurationHasBeenSet() const { return m_metadataConfigurationHasBeenSet; }
85 inline void SetMetadataConfiguration(const FileCacheLustreMetadataConfiguration& value) { m_metadataConfigurationHasBeenSet = true; m_metadataConfiguration = value; }
86 inline void SetMetadataConfiguration(FileCacheLustreMetadataConfiguration&& value) { m_metadataConfigurationHasBeenSet = true; m_metadataConfiguration = std::move(value); }
90 private:
91
92 int m_perUnitStorageThroughput;
93 bool m_perUnitStorageThroughputHasBeenSet = false;
94
95 FileCacheLustreDeploymentType m_deploymentType;
96 bool m_deploymentTypeHasBeenSet = false;
97
98 Aws::String m_weeklyMaintenanceStartTime;
99 bool m_weeklyMaintenanceStartTimeHasBeenSet = false;
100
101 FileCacheLustreMetadataConfiguration m_metadataConfiguration;
102 bool m_metadataConfigurationHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace FSx
107} // namespace Aws
const FileCacheLustreDeploymentType & GetDeploymentType() const
CreateFileCacheLustreConfiguration & WithMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
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)
void SetMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
void SetDeploymentType(const FileCacheLustreDeploymentType &value)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const char *value)
CreateFileCacheLustreConfiguration & WithWeeklyMaintenanceStartTime(const Aws::String &value)
AWS_FSX_API CreateFileCacheLustreConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateFileCacheLustreConfiguration & WithPerUnitStorageThroughput(int value)
void SetMetadataConfiguration(const FileCacheLustreMetadataConfiguration &value)
CreateFileCacheLustreConfiguration & WithMetadataConfiguration(FileCacheLustreMetadataConfiguration &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue