7#include <aws/application-insights/ApplicationInsights_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/application-insights/model/Observation.h>
22namespace ApplicationInsights
47 template<
typename ObservationListT = Aws::Vector<Observation>>
48 void SetObservationList(ObservationListT&& value) { m_observationListHasBeenSet =
true; m_observationList = std::forward<ObservationListT>(value); }
49 template<
typename ObservationListT = Aws::Vector<Observation>>
51 template<
typename ObservationListT = Observation>
57 bool m_observationListHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue