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
51 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
99 bool m_roleArnHasBeenSet =
false;
102 bool m_templatedPathListHasBeenSet =
false;
105 bool m_historicalDataPathListHasBeenSet =
false;
108 bool m_fileFormatDescriptorHasBeenSet =
false;
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig()
void SetHistoricalDataPathList(const Aws::Vector< Aws::String > &value)
SampleDataS3SourceConfig & WithRoleArn(const Aws::String &value)
void SetFileFormatDescriptor(FileFormatDescriptor &&value)
SampleDataS3SourceConfig & WithFileFormatDescriptor(FileFormatDescriptor &&value)
bool TemplatedPathListHasBeenSet() const
const FileFormatDescriptor & GetFileFormatDescriptor() const
const Aws::Vector< Aws::String > & GetHistoricalDataPathList() const
const Aws::String & GetRoleArn() const
void SetFileFormatDescriptor(const FileFormatDescriptor &value)
SampleDataS3SourceConfig & WithTemplatedPathList(Aws::Vector< Aws::String > &&value)
SampleDataS3SourceConfig & AddTemplatedPathList(const Aws::String &value)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
SampleDataS3SourceConfig & AddHistoricalDataPathList(const char *value)
SampleDataS3SourceConfig & WithTemplatedPathList(const Aws::Vector< Aws::String > &value)
void SetRoleArn(const Aws::String &value)
SampleDataS3SourceConfig & WithRoleArn(const char *value)
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
bool RoleArnHasBeenSet() const
void SetHistoricalDataPathList(Aws::Vector< Aws::String > &&value)
SampleDataS3SourceConfig & WithFileFormatDescriptor(const FileFormatDescriptor &value)
AWS_LOOKOUTMETRICS_API SampleDataS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SampleDataS3SourceConfig & AddTemplatedPathList(const char *value)
SampleDataS3SourceConfig & WithHistoricalDataPathList(Aws::Vector< Aws::String > &&value)
void SetTemplatedPathList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetTemplatedPathList() const
SampleDataS3SourceConfig & AddTemplatedPathList(Aws::String &&value)
void SetRoleArn(Aws::String &&value)
void SetRoleArn(const char *value)
bool FileFormatDescriptorHasBeenSet() const
void SetTemplatedPathList(Aws::Vector< Aws::String > &&value)
SampleDataS3SourceConfig & WithRoleArn(Aws::String &&value)
SampleDataS3SourceConfig & AddHistoricalDataPathList(Aws::String &&value)
SampleDataS3SourceConfig & WithHistoricalDataPathList(const Aws::Vector< Aws::String > &value)
SampleDataS3SourceConfig & AddHistoricalDataPathList(const Aws::String &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