/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include DeleteFileShareInputSee Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline const Aws::String& GetFileShareARN() const{ return m_fileShareARN; } /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline bool FileShareARNHasBeenSet() const { return m_fileShareARNHasBeenSet; } /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline void SetFileShareARN(const Aws::String& value) { m_fileShareARNHasBeenSet = true; m_fileShareARN = value; } /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline void SetFileShareARN(Aws::String&& value) { m_fileShareARNHasBeenSet = true; m_fileShareARN = std::move(value); } /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline void SetFileShareARN(const char* value) { m_fileShareARNHasBeenSet = true; m_fileShareARN.assign(value); } /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline DeleteFileShareRequest& WithFileShareARN(const Aws::String& value) { SetFileShareARN(value); return *this;} /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline DeleteFileShareRequest& WithFileShareARN(Aws::String&& value) { SetFileShareARN(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the file share to be deleted.
*/ inline DeleteFileShareRequest& WithFileShareARN(const char* value) { SetFileShareARN(value); return *this;} /** *If this value is set to true
, the operation deletes a file share
* immediately and aborts all data uploads to Amazon Web Services. Otherwise, the
* file share is not deleted until all data is uploaded to Amazon Web Services.
* This process aborts the data upload process, and the file share enters the
* FORCE_DELETING
status.
Valid Values: true
|
* false
If this value is set to true
, the operation deletes a file share
* immediately and aborts all data uploads to Amazon Web Services. Otherwise, the
* file share is not deleted until all data is uploaded to Amazon Web Services.
* This process aborts the data upload process, and the file share enters the
* FORCE_DELETING
status.
Valid Values: true
|
* false
If this value is set to true
, the operation deletes a file share
* immediately and aborts all data uploads to Amazon Web Services. Otherwise, the
* file share is not deleted until all data is uploaded to Amazon Web Services.
* This process aborts the data upload process, and the file share enters the
* FORCE_DELETING
status.
Valid Values: true
|
* false
If this value is set to true
, the operation deletes a file share
* immediately and aborts all data uploads to Amazon Web Services. Otherwise, the
* file share is not deleted until all data is uploaded to Amazon Web Services.
* This process aborts the data upload process, and the file share enters the
* FORCE_DELETING
status.
Valid Values: true
|
* false