7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/DetectedFileFormatDescriptor.h>
21namespace LookoutMetrics
46 template<
typename FileFormatDescriptorT = DetectedFileFormatDescriptor>
47 void SetFileFormatDescriptor(FileFormatDescriptorT&& value) { m_fileFormatDescriptorHasBeenSet =
true; m_fileFormatDescriptor = std::forward<FileFormatDescriptorT>(value); }
48 template<
typename FileFormatDescriptorT = DetectedFileFormatDescriptor>
54 bool m_fileFormatDescriptorHasBeenSet =
false;
bool FileFormatDescriptorHasBeenSet() const
void SetFileFormatDescriptor(FileFormatDescriptorT &&value)
AWS_LOOKOUTMETRICS_API DetectedS3SourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTMETRICS_API DetectedS3SourceConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTMETRICS_API DetectedS3SourceConfig()=default
const DetectedFileFormatDescriptor & GetFileFormatDescriptor() const
DetectedS3SourceConfig & WithFileFormatDescriptor(FileFormatDescriptorT &&value)
Aws::Utils::Json::JsonValue JsonValue