7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/application-insights/model/Observation.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/crt/cbor/Cbor.h>
20namespace ApplicationInsights {
31 AWS_APPLICATIONINSIGHTS_API
RelatedObservations(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_APPLICATIONINSIGHTS_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
41 template <
typename ObservationListT = Aws::Vector<Observation>>
43 m_observationListHasBeenSet =
true;
44 m_observationList = std::forward<ObservationListT>(value);
46 template <
typename ObservationListT = Aws::Vector<Observation>>
51 template <
typename ObservationListT = Observation>
53 m_observationListHasBeenSet =
true;
54 m_observationList.emplace_back(std::forward<ObservationListT>(value));
60 bool m_observationListHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector