7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lookoutmetrics/model/FileFormatDescriptor.h>
23namespace LookoutMetrics
49 template<
typename RoleArnT = Aws::String>
50 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
51 template<
typename RoleArnT = Aws::String>
61 template<
typename TemplatedPathListT = Aws::Vector<Aws::String>>
62 void SetTemplatedPathList(TemplatedPathListT&& value) { m_templatedPathListHasBeenSet =
true; m_templatedPathList = std::forward<TemplatedPathListT>(value); }
63 template<
typename TemplatedPathListT = Aws::Vector<Aws::String>>
65 template<
typename TemplatedPathListT = Aws::String>
75 template<
typename HistoricalDataPathListT = Aws::Vector<Aws::String>>
76 void SetHistoricalDataPathList(HistoricalDataPathListT&& value) { m_historicalDataPathListHasBeenSet =
true; m_historicalDataPathList = std::forward<HistoricalDataPathListT>(value); }
77 template<
typename HistoricalDataPathListT = Aws::Vector<Aws::String>>
79 template<
typename HistoricalDataPathListT = Aws::String>
87 template<
typename FileFormatDescriptorT = FileFormatDescriptor>
88 void SetFileFormatDescriptor(FileFormatDescriptorT&& value) { m_fileFormatDescriptorHasBeenSet =
true; m_fileFormatDescriptor = std::forward<FileFormatDescriptorT>(value); }
89 template<
typename FileFormatDescriptorT = FileFormatDescriptor>
95 bool m_roleArnHasBeenSet =
false;
98 bool m_templatedPathListHasBeenSet =
false;
101 bool m_historicalDataPathListHasBeenSet =
false;
104 bool m_fileFormatDescriptorHasBeenSet =
false;
SampleDataS3SourceConfig & WithTemplatedPathList(TemplatedPathListT &&value)
bool TemplatedPathListHasBeenSet() const
void SetFileFormatDescriptor(FileFormatDescriptorT &&value)
const FileFormatDescriptor & GetFileFormatDescriptor() const
const Aws::Vector< Aws::String > & GetHistoricalDataPathList() const
SampleDataS3SourceConfig & AddHistoricalDataPathList(HistoricalDataPathListT &&value)
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig()=default
const Aws::String & GetRoleArn() const
SampleDataS3SourceConfig & AddTemplatedPathList(TemplatedPathListT &&value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SampleDataS3SourceConfig & WithRoleArn(RoleArnT &&value)
void SetRoleArn(RoleArnT &&value)
SampleDataS3SourceConfig & WithFileFormatDescriptor(FileFormatDescriptorT &&value)
const Aws::Vector< Aws::String > & GetTemplatedPathList() const
void SetHistoricalDataPathList(HistoricalDataPathListT &&value)
SampleDataS3SourceConfig & WithHistoricalDataPathList(HistoricalDataPathListT &&value)
bool FileFormatDescriptorHasBeenSet() const
void SetTemplatedPathList(TemplatedPathListT &&value)
bool HistoricalDataPathListHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue