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