/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes observations related to the problem.See Also:
AWS
* API Reference
The list of observations related to the problem.
*/ inline const Aws::VectorThe list of observations related to the problem.
*/ inline bool ObservationListHasBeenSet() const { return m_observationListHasBeenSet; } /** *The list of observations related to the problem.
*/ inline void SetObservationList(const Aws::VectorThe list of observations related to the problem.
*/ inline void SetObservationList(Aws::VectorThe list of observations related to the problem.
*/ inline RelatedObservations& WithObservationList(const Aws::VectorThe list of observations related to the problem.
*/ inline RelatedObservations& WithObservationList(Aws::VectorThe list of observations related to the problem.
*/ inline RelatedObservations& AddObservationList(const Observation& value) { m_observationListHasBeenSet = true; m_observationList.push_back(value); return *this; } /** *The list of observations related to the problem.
*/ inline RelatedObservations& AddObservationList(Observation&& value) { m_observationListHasBeenSet = true; m_observationList.push_back(std::move(value)); return *this; } private: Aws::Vector