7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/FSxRequest.h>
10#include <aws/fsx/FSx_EXPORTS.h>
11#include <aws/fsx/model/NetworkType.h>
12#include <aws/fsx/model/StorageType.h>
13#include <aws/fsx/model/UpdateFileSystemLustreConfiguration.h>
14#include <aws/fsx/model/UpdateFileSystemOntapConfiguration.h>
15#include <aws/fsx/model/UpdateFileSystemOpenZFSConfiguration.h>
16#include <aws/fsx/model/UpdateFileSystemWindowsConfiguration.h>
50 template <
typename FileSystemIdT = Aws::String>
52 m_fileSystemIdHasBeenSet =
true;
53 m_fileSystemId = std::forward<FileSystemIdT>(value);
55 template <
typename FileSystemIdT = Aws::String>
70 template <
typename ClientRequestTokenT = Aws::String>
72 m_clientRequestTokenHasBeenSet =
true;
73 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
75 template <
typename ClientRequestTokenT = Aws::String>
125 m_storageCapacityHasBeenSet =
true;
126 m_storageCapacity = value;
141 template <
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
143 m_windowsConfigurationHasBeenSet =
true;
144 m_windowsConfiguration = std::forward<WindowsConfigurationT>(value);
146 template <
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
157 template <
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
159 m_lustreConfigurationHasBeenSet =
true;
160 m_lustreConfiguration = std::forward<LustreConfigurationT>(value);
162 template <
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
173 template <
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
175 m_ontapConfigurationHasBeenSet =
true;
176 m_ontapConfiguration = std::forward<OntapConfigurationT>(value);
178 template <
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
191 template <
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
193 m_openZFSConfigurationHasBeenSet =
true;
194 m_openZFSConfiguration = std::forward<OpenZFSConfigurationT>(value);
196 template <
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
208 m_storageTypeHasBeenSet =
true;
209 m_storageType = value;
225 template <
typename FileSystemTypeVersionT = Aws::String>
227 m_fileSystemTypeVersionHasBeenSet =
true;
228 m_fileSystemTypeVersion = std::forward<FileSystemTypeVersionT>(value);
230 template <
typename FileSystemTypeVersionT = Aws::String>
244 m_networkTypeHasBeenSet =
true;
245 m_networkType = value;
257 int m_storageCapacity{0};
259 UpdateFileSystemWindowsConfiguration m_windowsConfiguration;
261 UpdateFileSystemLustreConfiguration m_lustreConfiguration;
263 UpdateFileSystemOntapConfiguration m_ontapConfiguration;
265 UpdateFileSystemOpenZFSConfiguration m_openZFSConfiguration;
272 bool m_fileSystemIdHasBeenSet =
false;
273 bool m_clientRequestTokenHasBeenSet =
true;
274 bool m_storageCapacityHasBeenSet =
false;
275 bool m_windowsConfigurationHasBeenSet =
false;
276 bool m_lustreConfigurationHasBeenSet =
false;
277 bool m_ontapConfigurationHasBeenSet =
false;
278 bool m_openZFSConfigurationHasBeenSet =
false;
279 bool m_storageTypeHasBeenSet =
false;
280 bool m_fileSystemTypeVersionHasBeenSet =
false;
281 bool m_networkTypeHasBeenSet =
false;
const Aws::String & GetClientRequestToken() const
StorageType GetStorageType() const
void SetNetworkType(NetworkType value)
const UpdateFileSystemOntapConfiguration & GetOntapConfiguration() const
NetworkType GetNetworkType() const
void SetStorageCapacity(int value)
UpdateFileSystemRequest & WithFileSystemId(FileSystemIdT &&value)
UpdateFileSystemRequest & WithNetworkType(NetworkType value)
void SetFileSystemId(FileSystemIdT &&value)
void SetLustreConfiguration(LustreConfigurationT &&value)
bool NetworkTypeHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool LustreConfigurationHasBeenSet() const
bool FileSystemTypeVersionHasBeenSet() const
UpdateFileSystemRequest & WithLustreConfiguration(LustreConfigurationT &&value)
void SetStorageType(StorageType value)
const Aws::String & GetFileSystemTypeVersion() const
UpdateFileSystemRequest & WithOpenZFSConfiguration(OpenZFSConfigurationT &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateFileSystemRequest & WithStorageCapacity(int value)
void SetOntapConfiguration(OntapConfigurationT &&value)
void SetWindowsConfiguration(WindowsConfigurationT &&value)
AWS_FSX_API UpdateFileSystemRequest()=default
bool OntapConfigurationHasBeenSet() const
const UpdateFileSystemOpenZFSConfiguration & GetOpenZFSConfiguration() const
UpdateFileSystemRequest & WithWindowsConfiguration(WindowsConfigurationT &&value)
bool ClientRequestTokenHasBeenSet() const
bool StorageTypeHasBeenSet() const
UpdateFileSystemRequest & WithClientRequestToken(ClientRequestTokenT &&value)
UpdateFileSystemRequest & WithStorageType(StorageType value)
const UpdateFileSystemLustreConfiguration & GetLustreConfiguration() const
AWS_FSX_API Aws::String SerializePayload() const override
const UpdateFileSystemWindowsConfiguration & GetWindowsConfiguration() const
bool FileSystemIdHasBeenSet() const
UpdateFileSystemRequest & WithFileSystemTypeVersion(FileSystemTypeVersionT &&value)
const Aws::String & GetFileSystemId() const
bool WindowsConfigurationHasBeenSet() const
UpdateFileSystemRequest & WithOntapConfiguration(OntapConfigurationT &&value)
void SetOpenZFSConfiguration(OpenZFSConfigurationT &&value)
int GetStorageCapacity() const
bool StorageCapacityHasBeenSet() const
void SetFileSystemTypeVersion(FileSystemTypeVersionT &&value)
bool OpenZFSConfigurationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String