/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The request object for DeleteFileSystem
operation.See
* Also:
AWS
* API Reference
The ID of the file system that you want to delete.
*/ inline const Aws::String& GetFileSystemId() const{ return m_fileSystemId; } /** *The ID of the file system that you want to delete.
*/ inline bool FileSystemIdHasBeenSet() const { return m_fileSystemIdHasBeenSet; } /** *The ID of the file system that you want to delete.
*/ inline void SetFileSystemId(const Aws::String& value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId = value; } /** *The ID of the file system that you want to delete.
*/ inline void SetFileSystemId(Aws::String&& value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId = std::move(value); } /** *The ID of the file system that you want to delete.
*/ inline void SetFileSystemId(const char* value) { m_fileSystemIdHasBeenSet = true; m_fileSystemId.assign(value); } /** *The ID of the file system that you want to delete.
*/ inline DeleteFileSystemRequest& WithFileSystemId(const Aws::String& value) { SetFileSystemId(value); return *this;} /** *The ID of the file system that you want to delete.
*/ inline DeleteFileSystemRequest& WithFileSystemId(Aws::String&& value) { SetFileSystemId(std::move(value)); return *this;} /** *The ID of the file system that you want to delete.
*/ inline DeleteFileSystemRequest& WithFileSystemId(const char* value) { SetFileSystemId(value); return *this;} /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline const Aws::String& GetClientRequestToken() const{ return m_clientRequestToken; } /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline bool ClientRequestTokenHasBeenSet() const { return m_clientRequestTokenHasBeenSet; } /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline void SetClientRequestToken(const Aws::String& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = value; } /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline void SetClientRequestToken(Aws::String&& value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken = std::move(value); } /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline void SetClientRequestToken(const char* value) { m_clientRequestTokenHasBeenSet = true; m_clientRequestToken.assign(value); } /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline DeleteFileSystemRequest& WithClientRequestToken(const Aws::String& value) { SetClientRequestToken(value); return *this;} /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline DeleteFileSystemRequest& WithClientRequestToken(Aws::String&& value) { SetClientRequestToken(std::move(value)); return *this;} /** *A string of up to 63 ASCII characters that Amazon FSx uses to ensure * idempotent deletion. This token is automatically filled on your behalf when * using the Command Line Interface (CLI) or an Amazon Web Services SDK.
*/ inline DeleteFileSystemRequest& WithClientRequestToken(const char* value) { SetClientRequestToken(value); return *this;} inline const DeleteFileSystemWindowsConfiguration& GetWindowsConfiguration() const{ return m_windowsConfiguration; } inline bool WindowsConfigurationHasBeenSet() const { return m_windowsConfigurationHasBeenSet; } inline void SetWindowsConfiguration(const DeleteFileSystemWindowsConfiguration& value) { m_windowsConfigurationHasBeenSet = true; m_windowsConfiguration = value; } inline void SetWindowsConfiguration(DeleteFileSystemWindowsConfiguration&& value) { m_windowsConfigurationHasBeenSet = true; m_windowsConfiguration = std::move(value); } inline DeleteFileSystemRequest& WithWindowsConfiguration(const DeleteFileSystemWindowsConfiguration& value) { SetWindowsConfiguration(value); return *this;} inline DeleteFileSystemRequest& WithWindowsConfiguration(DeleteFileSystemWindowsConfiguration&& value) { SetWindowsConfiguration(std::move(value)); return *this;} inline const DeleteFileSystemLustreConfiguration& GetLustreConfiguration() const{ return m_lustreConfiguration; } inline bool LustreConfigurationHasBeenSet() const { return m_lustreConfigurationHasBeenSet; } inline void SetLustreConfiguration(const DeleteFileSystemLustreConfiguration& value) { m_lustreConfigurationHasBeenSet = true; m_lustreConfiguration = value; } inline void SetLustreConfiguration(DeleteFileSystemLustreConfiguration&& value) { m_lustreConfigurationHasBeenSet = true; m_lustreConfiguration = std::move(value); } inline DeleteFileSystemRequest& WithLustreConfiguration(const DeleteFileSystemLustreConfiguration& value) { SetLustreConfiguration(value); return *this;} inline DeleteFileSystemRequest& WithLustreConfiguration(DeleteFileSystemLustreConfiguration&& value) { SetLustreConfiguration(std::move(value)); return *this;} /** *The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.
The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.
The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.
The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.
The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.
The configuration object for the OpenZFS file system used in the
* DeleteFileSystem
operation.