7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/CSVOutput.h>
9#include <aws/s3-crt/model/JSONOutput.h>
48 template<
typename CSVT = CSVOutput>
49 void SetCSV(CSVT&& value) { m_cSVHasBeenSet =
true; m_cSV = std::forward<CSVT>(value); }
50 template<
typename CSVT = CSVOutput>
60 template<
typename JSONT = JSONOutput>
61 void SetJSON(JSONT&& value) { m_jSONHasBeenSet =
true; m_jSON = std::forward<JSONT>(value); }
62 template<
typename JSONT = JSONOutput>
68 bool m_cSVHasBeenSet =
false;
71 bool m_jSONHasBeenSet =
false;
bool CSVHasBeenSet() const
OutputSerialization & WithJSON(JSONT &&value)
bool JSONHasBeenSet() const
AWS_S3CRT_API OutputSerialization()=default
void SetCSV(CSVT &&value)
AWS_S3CRT_API OutputSerialization(const Aws::Utils::Xml::XmlNode &xmlNode)
const CSVOutput & GetCSV() const
const JSONOutput & GetJSON() const
AWS_S3CRT_API OutputSerialization & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetJSON(JSONT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
OutputSerialization & WithCSV(CSVT &&value)