AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetTemplatedPathList(const Aws::Vector<Aws::String>& value) { m_templatedPathListHasBeenSet = true; m_templatedPathList = value; }
48 inline void SetTemplatedPathList(Aws::Vector<Aws::String>&& value) { m_templatedPathListHasBeenSet = true; m_templatedPathList = std::move(value); }
51 inline AutoDetectionS3SourceConfig& AddTemplatedPathList(const Aws::String& value) { m_templatedPathListHasBeenSet = true; m_templatedPathList.push_back(value); return *this; }
52 inline AutoDetectionS3SourceConfig& AddTemplatedPathList(Aws::String&& value) { m_templatedPathListHasBeenSet = true; m_templatedPathList.push_back(std::move(value)); return *this; }
53 inline AutoDetectionS3SourceConfig& AddTemplatedPathList(const char* value) { m_templatedPathListHasBeenSet = true; m_templatedPathList.push_back(value); return *this; }
55
57
60 inline const Aws::Vector<Aws::String>& GetHistoricalDataPathList() const{ return m_historicalDataPathList; }
61 inline bool HistoricalDataPathListHasBeenSet() const { return m_historicalDataPathListHasBeenSet; }
62 inline void SetHistoricalDataPathList(const Aws::Vector<Aws::String>& value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList = value; }
63 inline void SetHistoricalDataPathList(Aws::Vector<Aws::String>&& value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList = std::move(value); }
66 inline AutoDetectionS3SourceConfig& AddHistoricalDataPathList(const Aws::String& value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList.push_back(value); return *this; }
67 inline AutoDetectionS3SourceConfig& AddHistoricalDataPathList(Aws::String&& value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList.push_back(std::move(value)); return *this; }
68 inline AutoDetectionS3SourceConfig& AddHistoricalDataPathList(const char* value) { m_historicalDataPathListHasBeenSet = true; m_historicalDataPathList.push_back(value); return *this; }
70 private:
71
72 Aws::Vector<Aws::String> m_templatedPathList;
73 bool m_templatedPathListHasBeenSet = false;
74
75 Aws::Vector<Aws::String> m_historicalDataPathList;
76 bool m_historicalDataPathListHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace LookoutMetrics
81} // namespace Aws
void SetHistoricalDataPathList(Aws::Vector< Aws::String > &&value)
AutoDetectionS3SourceConfig & AddTemplatedPathList(Aws::String &&value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
AutoDetectionS3SourceConfig & AddTemplatedPathList(const Aws::String &value)
AutoDetectionS3SourceConfig & WithHistoricalDataPathList(Aws::Vector< Aws::String > &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetHistoricalDataPathList() const
AutoDetectionS3SourceConfig & WithTemplatedPathList(const Aws::Vector< Aws::String > &value)
AutoDetectionS3SourceConfig & WithTemplatedPathList(Aws::Vector< Aws::String > &&value)
void SetHistoricalDataPathList(const Aws::Vector< Aws::String > &value)
AutoDetectionS3SourceConfig & AddHistoricalDataPathList(Aws::String &&value)
void SetTemplatedPathList(const Aws::Vector< Aws::String > &value)
AutoDetectionS3SourceConfig & AddTemplatedPathList(const char *value)
AutoDetectionS3SourceConfig & AddHistoricalDataPathList(const Aws::String &value)
AutoDetectionS3SourceConfig & WithHistoricalDataPathList(const Aws::Vector< Aws::String > &value)
AWS_LOOKOUTMETRICS_API AutoDetectionS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetTemplatedPathList() const
AutoDetectionS3SourceConfig & AddHistoricalDataPathList(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue