7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/UpdateFileSystemWindowsConfiguration.h>
11#include <aws/fsx/model/UpdateFileSystemLustreConfiguration.h>
12#include <aws/fsx/model/UpdateFileSystemOntapConfiguration.h>
13#include <aws/fsx/model/UpdateFileSystemOpenZFSConfiguration.h>
14#include <aws/fsx/model/StorageType.h>
15#include <aws/fsx/model/NetworkType.h>
17#include <aws/core/utils/UUID.h>
54 template<
typename FileSystemIdT = Aws::String>
55 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
56 template<
typename FileSystemIdT = Aws::String>
68 template<
typename ClientRequestTokenT = Aws::String>
69 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
70 template<
typename ClientRequestTokenT = Aws::String>
116 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
127 template<
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
128 void SetWindowsConfiguration(WindowsConfigurationT&& value) { m_windowsConfigurationHasBeenSet =
true; m_windowsConfiguration = std::forward<WindowsConfigurationT>(value); }
129 template<
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
137 template<
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
138 void SetLustreConfiguration(LustreConfigurationT&& value) { m_lustreConfigurationHasBeenSet =
true; m_lustreConfiguration = std::forward<LustreConfigurationT>(value); }
139 template<
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
147 template<
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
148 void SetOntapConfiguration(OntapConfigurationT&& value) { m_ontapConfigurationHasBeenSet =
true; m_ontapConfiguration = std::forward<OntapConfigurationT>(value); }
149 template<
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
159 template<
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
160 void SetOpenZFSConfiguration(OpenZFSConfigurationT&& value) { m_openZFSConfigurationHasBeenSet =
true; m_openZFSConfiguration = std::forward<OpenZFSConfigurationT>(value); }
161 template<
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
181 template<
typename FileSystemTypeVersionT = Aws::String>
182 void SetFileSystemTypeVersion(FileSystemTypeVersionT&& value) { m_fileSystemTypeVersionHasBeenSet =
true; m_fileSystemTypeVersion = std::forward<FileSystemTypeVersionT>(value); }
183 template<
typename FileSystemTypeVersionT = Aws::String>
199 bool m_fileSystemIdHasBeenSet =
false;
202 bool m_clientRequestTokenHasBeenSet =
true;
204 int m_storageCapacity{0};
205 bool m_storageCapacityHasBeenSet =
false;
207 UpdateFileSystemWindowsConfiguration m_windowsConfiguration;
208 bool m_windowsConfigurationHasBeenSet =
false;
210 UpdateFileSystemLustreConfiguration m_lustreConfiguration;
211 bool m_lustreConfigurationHasBeenSet =
false;
213 UpdateFileSystemOntapConfiguration m_ontapConfiguration;
214 bool m_ontapConfigurationHasBeenSet =
false;
216 UpdateFileSystemOpenZFSConfiguration m_openZFSConfiguration;
217 bool m_openZFSConfigurationHasBeenSet =
false;
220 bool m_storageTypeHasBeenSet =
false;
223 bool m_fileSystemTypeVersionHasBeenSet =
false;
226 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