/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include AttachVolumeInputSee Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline const Aws::String& GetVolumeARN() const{ return m_volumeARN; } /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline bool VolumeARNHasBeenSet() const { return m_volumeARNHasBeenSet; } /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline void SetVolumeARN(const Aws::String& value) { m_volumeARNHasBeenSet = true; m_volumeARN = value; } /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline void SetVolumeARN(Aws::String&& value) { m_volumeARNHasBeenSet = true; m_volumeARN = std::move(value); } /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline void SetVolumeARN(const char* value) { m_volumeARNHasBeenSet = true; m_volumeARN.assign(value); } /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline DetachVolumeRequest& WithVolumeARN(const Aws::String& value) { SetVolumeARN(value); return *this;} /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline DetachVolumeRequest& WithVolumeARN(Aws::String&& value) { SetVolumeARN(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the volume to detach from the gateway.
*/ inline DetachVolumeRequest& WithVolumeARN(const char* value) { SetVolumeARN(value); return *this;} /** *Set to true
to forcibly remove the iSCSI connection of the
* target volume and detach the volume. The default is false
. If this
* value is set to false
, you must manually disconnect the iSCSI
* connection from the target volume.
Valid Values: true
|
* false
Set to true
to forcibly remove the iSCSI connection of the
* target volume and detach the volume. The default is false
. If this
* value is set to false
, you must manually disconnect the iSCSI
* connection from the target volume.
Valid Values: true
|
* false
Set to true
to forcibly remove the iSCSI connection of the
* target volume and detach the volume. The default is false
. If this
* value is set to false
, you must manually disconnect the iSCSI
* connection from the target volume.
Valid Values: true
|
* false
Set to true
to forcibly remove the iSCSI connection of the
* target volume and detach the volume. The default is false
. If this
* value is set to false
, you must manually disconnect the iSCSI
* connection from the target volume.
Valid Values: true
|
* false