7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace LookoutMetrics
47 template<
typename TemplatedPathListT = Aws::Vector<Aws::String>>
48 void SetTemplatedPathList(TemplatedPathListT&& value) { m_templatedPathListHasBeenSet =
true; m_templatedPathList = std::forward<TemplatedPathListT>(value); }
49 template<
typename TemplatedPathListT = Aws::Vector<Aws::String>>
51 template<
typename TemplatedPathListT = Aws::String>
61 template<
typename HistoricalDataPathListT = Aws::Vector<Aws::String>>
62 void SetHistoricalDataPathList(HistoricalDataPathListT&& value) { m_historicalDataPathListHasBeenSet =
true; m_historicalDataPathList = std::forward<HistoricalDataPathListT>(value); }
63 template<
typename HistoricalDataPathListT = Aws::Vector<Aws::String>>
65 template<
typename HistoricalDataPathListT = Aws::String>
71 bool m_templatedPathListHasBeenSet =
false;
74 bool m_historicalDataPathListHasBeenSet =
false;
AutoDetectionS3SourceConfig & AddHistoricalDataPathList(HistoricalDataPathListT &&value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
void SetTemplatedPathList(TemplatedPathListT &&value)
AutoDetectionS3SourceConfig & AddTemplatedPathList(TemplatedPathListT &&value)
void SetHistoricalDataPathList(HistoricalDataPathListT &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetHistoricalDataPathList() const
bool HistoricalDataPathListHasBeenSet() const
AutoDetectionS3SourceConfig & WithTemplatedPathList(TemplatedPathListT &&value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TemplatedPathListHasBeenSet() const
AutoDetectionS3SourceConfig & WithHistoricalDataPathList(HistoricalDataPathListT &&value)
const Aws::Vector< Aws::String > & GetTemplatedPathList() const
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue