7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/CSVOutput.h>
9#include <aws/s3/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;
AWS_S3_API OutputSerialization(const Aws::Utils::Xml::XmlNode &xmlNode)
OutputSerialization & WithJSON(JSONT &&value)
AWS_S3_API OutputSerialization & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API OutputSerialization()=default
bool JSONHasBeenSet() const
const CSVOutput & GetCSV() const
void SetJSON(JSONT &&value)
const JSONOutput & GetJSON() const
void SetCSV(CSVT &&value)
OutputSerialization & WithCSV(CSVT &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool CSVHasBeenSet() const