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/DeleteFileSystemLustreConfiguration.h>
12#include <aws/fsx/model/DeleteFileSystemOpenZFSConfiguration.h>
13#include <aws/fsx/model/DeleteFileSystemWindowsConfiguration.h>
47 template <
typename FileSystemIdT = Aws::String>
49 m_fileSystemIdHasBeenSet =
true;
50 m_fileSystemId = std::forward<FileSystemIdT>(value);
52 template <
typename FileSystemIdT = Aws::String>
67 template <
typename ClientRequestTokenT = Aws::String>
69 m_clientRequestTokenHasBeenSet =
true;
70 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
72 template <
typename ClientRequestTokenT = Aws::String>
83 template <
typename WindowsConfigurationT = DeleteFileSystemWindowsConfiguration>
85 m_windowsConfigurationHasBeenSet =
true;
86 m_windowsConfiguration = std::forward<WindowsConfigurationT>(value);
88 template <
typename WindowsConfigurationT = DeleteFileSystemWindowsConfiguration>
99 template <
typename LustreConfigurationT = DeleteFileSystemLustreConfiguration>
101 m_lustreConfigurationHasBeenSet =
true;
102 m_lustreConfiguration = std::forward<LustreConfigurationT>(value);
104 template <
typename LustreConfigurationT = DeleteFileSystemLustreConfiguration>
118 template <
typename OpenZFSConfigurationT = DeleteFileSystemOpenZFSConfiguration>
120 m_openZFSConfigurationHasBeenSet =
true;
121 m_openZFSConfiguration = std::forward<OpenZFSConfigurationT>(value);
123 template <
typename OpenZFSConfigurationT = DeleteFileSystemOpenZFSConfiguration>
134 DeleteFileSystemWindowsConfiguration m_windowsConfiguration;
136 DeleteFileSystemLustreConfiguration m_lustreConfiguration;
138 DeleteFileSystemOpenZFSConfiguration m_openZFSConfiguration;
139 bool m_fileSystemIdHasBeenSet =
false;
140 bool m_clientRequestTokenHasBeenSet =
true;
141 bool m_windowsConfigurationHasBeenSet =
false;
142 bool m_lustreConfigurationHasBeenSet =
false;
143 bool m_openZFSConfigurationHasBeenSet =
false;
DeleteFileSystemRequest & WithOpenZFSConfiguration(OpenZFSConfigurationT &&value)
const DeleteFileSystemOpenZFSConfiguration & GetOpenZFSConfiguration() const
AWS_FSX_API DeleteFileSystemRequest()=default
void SetLustreConfiguration(LustreConfigurationT &&value)
bool FileSystemIdHasBeenSet() const
DeleteFileSystemRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool LustreConfigurationHasBeenSet() const
DeleteFileSystemRequest & WithFileSystemId(FileSystemIdT &&value)
bool OpenZFSConfigurationHasBeenSet() const
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool WindowsConfigurationHasBeenSet() const
void SetWindowsConfiguration(WindowsConfigurationT &&value)
void SetOpenZFSConfiguration(OpenZFSConfigurationT &&value)
const Aws::String & GetClientRequestToken() const
DeleteFileSystemRequest & WithWindowsConfiguration(WindowsConfigurationT &&value)
void SetFileSystemId(FileSystemIdT &&value)
AWS_FSX_API Aws::String SerializePayload() const override
const DeleteFileSystemWindowsConfiguration & GetWindowsConfiguration() const
virtual const char * GetServiceRequestName() const override
DeleteFileSystemRequest & WithLustreConfiguration(LustreConfigurationT &&value)
const DeleteFileSystemLustreConfiguration & GetLustreConfiguration() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetFileSystemId() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String