/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include DeleteTapeArchiveInputSee Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline const Aws::String& GetTapeARN() const{ return m_tapeARN; } /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline bool TapeARNHasBeenSet() const { return m_tapeARNHasBeenSet; } /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline void SetTapeARN(const Aws::String& value) { m_tapeARNHasBeenSet = true; m_tapeARN = value; } /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline void SetTapeARN(Aws::String&& value) { m_tapeARNHasBeenSet = true; m_tapeARN = std::move(value); } /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline void SetTapeARN(const char* value) { m_tapeARNHasBeenSet = true; m_tapeARN.assign(value); } /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline DeleteTapeArchiveRequest& WithTapeARN(const Aws::String& value) { SetTapeARN(value); return *this;} /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline DeleteTapeArchiveRequest& WithTapeARN(Aws::String&& value) { SetTapeARN(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual * tape shelf (VTS).
*/ inline DeleteTapeArchiveRequest& WithTapeARN(const char* value) { SetTapeARN(value); return *this;} /** *Set to TRUE
to delete an archived tape that belongs to a custom
* pool with tape retention lock. Only archived tapes with tape retention lock set
* to governance
can be deleted. Archived tapes with tape retention
* lock set to compliance
can't be deleted.
Set to TRUE
to delete an archived tape that belongs to a custom
* pool with tape retention lock. Only archived tapes with tape retention lock set
* to governance
can be deleted. Archived tapes with tape retention
* lock set to compliance
can't be deleted.
Set to TRUE
to delete an archived tape that belongs to a custom
* pool with tape retention lock. Only archived tapes with tape retention lock set
* to governance
can be deleted. Archived tapes with tape retention
* lock set to compliance
can't be deleted.
Set to TRUE
to delete an archived tape that belongs to a custom
* pool with tape retention lock. Only archived tapes with tape retention lock set
* to governance
can be deleted. Archived tapes with tape retention
* lock set to compliance
can't be deleted.