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>
16#include <aws/core/utils/UUID.h>
53 template<
typename FileSystemIdT = Aws::String>
54 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
55 template<
typename FileSystemIdT = Aws::String>
67 template<
typename ClientRequestTokenT = Aws::String>
68 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
69 template<
typename ClientRequestTokenT = Aws::String>
113 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
124 template<
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
125 void SetWindowsConfiguration(WindowsConfigurationT&& value) { m_windowsConfigurationHasBeenSet =
true; m_windowsConfiguration = std::forward<WindowsConfigurationT>(value); }
126 template<
typename WindowsConfigurationT = UpdateFileSystemWindowsConfiguration>
134 template<
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
135 void SetLustreConfiguration(LustreConfigurationT&& value) { m_lustreConfigurationHasBeenSet =
true; m_lustreConfiguration = std::forward<LustreConfigurationT>(value); }
136 template<
typename LustreConfigurationT = UpdateFileSystemLustreConfiguration>
144 template<
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
145 void SetOntapConfiguration(OntapConfigurationT&& value) { m_ontapConfigurationHasBeenSet =
true; m_ontapConfiguration = std::forward<OntapConfigurationT>(value); }
146 template<
typename OntapConfigurationT = UpdateFileSystemOntapConfiguration>
156 template<
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
157 void SetOpenZFSConfiguration(OpenZFSConfigurationT&& value) { m_openZFSConfigurationHasBeenSet =
true; m_openZFSConfiguration = std::forward<OpenZFSConfigurationT>(value); }
158 template<
typename OpenZFSConfigurationT = UpdateFileSystemOpenZFSConfiguration>
178 template<
typename FileSystemTypeVersionT = Aws::String>
179 void SetFileSystemTypeVersion(FileSystemTypeVersionT&& value) { m_fileSystemTypeVersionHasBeenSet =
true; m_fileSystemTypeVersion = std::forward<FileSystemTypeVersionT>(value); }
180 template<
typename FileSystemTypeVersionT = Aws::String>
186 bool m_fileSystemIdHasBeenSet =
false;
189 bool m_clientRequestTokenHasBeenSet =
true;
191 int m_storageCapacity{0};
192 bool m_storageCapacityHasBeenSet =
false;
194 UpdateFileSystemWindowsConfiguration m_windowsConfiguration;
195 bool m_windowsConfigurationHasBeenSet =
false;
197 UpdateFileSystemLustreConfiguration m_lustreConfiguration;
198 bool m_lustreConfigurationHasBeenSet =
false;
200 UpdateFileSystemOntapConfiguration m_ontapConfiguration;
201 bool m_ontapConfigurationHasBeenSet =
false;
203 UpdateFileSystemOpenZFSConfiguration m_openZFSConfiguration;
204 bool m_openZFSConfigurationHasBeenSet =
false;
207 bool m_storageTypeHasBeenSet =
false;
210 bool m_fileSystemTypeVersionHasBeenSet =
false;
const Aws::String & GetClientRequestToken() const
StorageType GetStorageType() const
const UpdateFileSystemOntapConfiguration & GetOntapConfiguration() const
void SetStorageCapacity(int value)
UpdateFileSystemRequest & WithFileSystemId(FileSystemIdT &&value)
void SetFileSystemId(FileSystemIdT &&value)
void SetLustreConfiguration(LustreConfigurationT &&value)
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