7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/CSVOutput.h>
9#include <aws/s3-crt/model/JSONOutput.h>
42 template <
typename CSVT = CSVOutput>
44 m_cSVHasBeenSet =
true;
45 m_cSV = std::forward<CSVT>(value);
47 template <
typename CSVT = CSVOutput>
49 SetCSV(std::forward<CSVT>(value));
60 template <
typename JSONT = JSONOutput>
62 m_jSONHasBeenSet =
true;
63 m_jSON = std::forward<JSONT>(value);
65 template <
typename JSONT = JSONOutput>
67 SetJSON(std::forward<JSONT>(value));
75 bool m_cSVHasBeenSet =
false;
76 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)