7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/CsvFormatDescriptor.h>
9#include <aws/lookoutmetrics/model/JsonFormatDescriptor.h>
22namespace LookoutMetrics
48 template<
typename CsvFormatDescriptorT = CsvFormatDescriptor>
49 void SetCsvFormatDescriptor(CsvFormatDescriptorT&& value) { m_csvFormatDescriptorHasBeenSet =
true; m_csvFormatDescriptor = std::forward<CsvFormatDescriptorT>(value); }
50 template<
typename CsvFormatDescriptorT = CsvFormatDescriptor>
61 template<
typename JsonFormatDescriptorT = JsonFormatDescriptor>
62 void SetJsonFormatDescriptor(JsonFormatDescriptorT&& value) { m_jsonFormatDescriptorHasBeenSet =
true; m_jsonFormatDescriptor = std::forward<JsonFormatDescriptorT>(value); }
63 template<
typename JsonFormatDescriptorT = JsonFormatDescriptor>
69 bool m_csvFormatDescriptorHasBeenSet =
false;
72 bool m_jsonFormatDescriptorHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue