7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/CSVInput.h>
9#include <aws/s3-crt/model/CompressionType.h>
10#include <aws/s3-crt/model/JSONInput.h>
11#include <aws/s3-crt/model/ParquetInput.h>
50 inline void SetCSV(
const CSVInput& value) { m_cSVHasBeenSet =
true; m_cSV = value; }
51 inline void SetCSV(
CSVInput&& value) { m_cSVHasBeenSet =
true; m_cSV = std::move(value); }
75 inline void SetJSON(
const JSONInput& value) { m_jSONHasBeenSet =
true; m_jSON = value; }
76 inline void SetJSON(
JSONInput&& value) { m_jSONHasBeenSet =
true; m_jSON = std::move(value); }
95 bool m_cSVHasBeenSet =
false;
98 bool m_compressionTypeHasBeenSet =
false;
101 bool m_jSONHasBeenSet =
false;
104 bool m_parquetHasBeenSet =
false;