/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A JSON object containing the following fields:See Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline const Aws::String& GetVolumeARN() const{ return m_volumeARN; } /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline void SetVolumeARN(const Aws::String& value) { m_volumeARN = value; } /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline void SetVolumeARN(Aws::String&& value) { m_volumeARN = std::move(value); } /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline void SetVolumeARN(const char* value) { m_volumeARN.assign(value); } /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline CreateSnapshotResult& WithVolumeARN(const Aws::String& value) { SetVolumeARN(value); return *this;} /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline CreateSnapshotResult& WithVolumeARN(Aws::String&& value) { SetVolumeARN(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the volume of which the snapshot was * taken.
*/ inline CreateSnapshotResult& WithVolumeARN(const char* value) { SetVolumeARN(value); return *this;} /** *The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).
The snapshot ID that is used to refer to the snapshot in future operations
* such as describing snapshots (Amazon Elastic Compute Cloud API
* DescribeSnapshots
) or creating a volume from a snapshot
* (CreateStorediSCSIVolume).