/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the status of a volume.See Also:
AWS
* API Reference
The details of the volume status.
*/ inline const Aws::VectorThe details of the volume status.
*/ inline bool DetailsHasBeenSet() const { return m_detailsHasBeenSet; } /** *The details of the volume status.
*/ inline void SetDetails(const Aws::VectorThe details of the volume status.
*/ inline void SetDetails(Aws::VectorThe details of the volume status.
*/ inline VolumeStatusInfo& WithDetails(const Aws::VectorThe details of the volume status.
*/ inline VolumeStatusInfo& WithDetails(Aws::VectorThe details of the volume status.
*/ inline VolumeStatusInfo& AddDetails(const VolumeStatusDetails& value) { m_detailsHasBeenSet = true; m_details.push_back(value); return *this; } /** *The details of the volume status.
*/ inline VolumeStatusInfo& AddDetails(VolumeStatusDetails&& value) { m_detailsHasBeenSet = true; m_details.push_back(std::move(value)); return *this; } /** *The status of the volume.
*/ inline const VolumeStatusInfoStatus& GetStatus() const{ return m_status; } /** *The status of the volume.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the volume.
*/ inline void SetStatus(const VolumeStatusInfoStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the volume.
*/ inline void SetStatus(VolumeStatusInfoStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the volume.
*/ inline VolumeStatusInfo& WithStatus(const VolumeStatusInfoStatus& value) { SetStatus(value); return *this;} /** *The status of the volume.
*/ inline VolumeStatusInfo& WithStatus(VolumeStatusInfoStatus&& value) { SetStatus(std::move(value)); return *this;} private: Aws::Vector