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>
20namespace ApplicationInsights {
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
Aws::Utils::Json::JsonValue JsonValue