7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/JsonConfiguration.h>
9#include <aws/iotanalytics/model/ParquetConfiguration.h>
51 template<
typename JsonConfigurationT = JsonConfiguration>
52 void SetJsonConfiguration(JsonConfigurationT&& value) { m_jsonConfigurationHasBeenSet =
true; m_jsonConfiguration = std::forward<JsonConfigurationT>(value); }
53 template<
typename JsonConfigurationT = JsonConfiguration>
63 template<
typename ParquetConfigurationT = ParquetConfiguration>
64 void SetParquetConfiguration(ParquetConfigurationT&& value) { m_parquetConfigurationHasBeenSet =
true; m_parquetConfiguration = std::forward<ParquetConfigurationT>(value); }
65 template<
typename ParquetConfigurationT = ParquetConfiguration>
71 bool m_jsonConfigurationHasBeenSet =
false;
74 bool m_parquetConfigurationHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue