AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AutoDetectionS3SourceConfig.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace LookoutMetrics
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig() = default;
38 AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<Aws::String>& GetTemplatedPathList() const { return m_templatedPathList; }
46 inline bool TemplatedPathListHasBeenSet() const { return m_templatedPathListHasBeenSet; }
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>>
50 AutoDetectionS3SourceConfig& WithTemplatedPathList(TemplatedPathListT&& value) { SetTemplatedPathList(std::forward<TemplatedPathListT>(value)); return *this;}
51 template<typename TemplatedPathListT = Aws::String>
52 AutoDetectionS3SourceConfig& AddTemplatedPathList(TemplatedPathListT&& value) { m_templatedPathListHasBeenSet = true; m_templatedPathList.emplace_back(std::forward<TemplatedPathListT>(value)); return *this; }
54
56
59 inline const Aws::Vector<Aws::String>& GetHistoricalDataPathList() const { return m_historicalDataPathList; }
60 inline bool HistoricalDataPathListHasBeenSet() const { return m_historicalDataPathListHasBeenSet; }
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>>
64 AutoDetectionS3SourceConfig& WithHistoricalDataPathList(HistoricalDataPathListT&& value) { SetHistoricalDataPathList(std::forward<HistoricalDataPathListT>(value)); return *this;}
65 template<typename HistoricalDataPathListT = Aws::String>
66 AutoDetectionS3SourceConfig& AddHistoricalDataPathList(HistoricalDataPathListT&& value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList.emplace_back(std::forward<HistoricalDataPathListT>(value)); return *this; }
68 private:
69
70 Aws::Vector<Aws::String> m_templatedPathList;
71 bool m_templatedPathListHasBeenSet = false;
72
73 Aws::Vector<Aws::String> m_historicalDataPathList;
74 bool m_historicalDataPathListHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace LookoutMetrics
79} // namespace Aws
AutoDetectionS3SourceConfig & AddHistoricalDataPathList(HistoricalDataPathListT &&value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
AutoDetectionS3SourceConfig & AddTemplatedPathList(TemplatedPathListT &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetHistoricalDataPathList() const
AutoDetectionS3SourceConfig & WithTemplatedPathList(TemplatedPathListT &&value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
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