7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/QuoteFields.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetQuoteEscapeCharacter(
const char* value) { m_quoteEscapeCharacterHasBeenSet =
true; m_quoteEscapeCharacter.assign(value); }
81 inline void SetRecordDelimiter(
const char* value) { m_recordDelimiterHasBeenSet =
true; m_recordDelimiter.assign(value); }
96 inline void SetFieldDelimiter(
const char* value) { m_fieldDelimiterHasBeenSet =
true; m_fieldDelimiter.assign(value); }
112 inline void SetQuoteCharacter(
const char* value) { m_quoteCharacterHasBeenSet =
true; m_quoteCharacter.assign(value); }
120 bool m_quoteFieldsHasBeenSet =
false;
123 bool m_quoteEscapeCharacterHasBeenSet =
false;
126 bool m_recordDelimiterHasBeenSet =
false;
129 bool m_fieldDelimiterHasBeenSet =
false;
132 bool m_quoteCharacterHasBeenSet =
false;
CSVOutput & WithQuoteFields(QuoteFields &&value)
void SetQuoteEscapeCharacter(const Aws::String &value)
bool QuoteCharacterHasBeenSet() const
CSVOutput & WithQuoteCharacter(Aws::String &&value)
const Aws::String & GetFieldDelimiter() const
void SetQuoteEscapeCharacter(Aws::String &&value)
AWS_S3CRT_API CSVOutput(const Aws::Utils::Xml::XmlNode &xmlNode)
CSVOutput & WithQuoteEscapeCharacter(Aws::String &&value)
void SetQuoteFields(const QuoteFields &value)
bool FieldDelimiterHasBeenSet() const
CSVOutput & WithQuoteEscapeCharacter(const char *value)
void SetQuoteCharacter(const char *value)
CSVOutput & WithQuoteCharacter(const Aws::String &value)
CSVOutput & WithRecordDelimiter(Aws::String &&value)
CSVOutput & WithFieldDelimiter(const Aws::String &value)
CSVOutput & WithQuoteCharacter(const char *value)
void SetRecordDelimiter(Aws::String &&value)
CSVOutput & WithFieldDelimiter(const char *value)
bool QuoteEscapeCharacterHasBeenSet() const
bool RecordDelimiterHasBeenSet() const
void SetRecordDelimiter(const char *value)
const Aws::String & GetQuoteEscapeCharacter() const
void SetFieldDelimiter(Aws::String &&value)
AWS_S3CRT_API CSVOutput()
const Aws::String & GetRecordDelimiter() const
bool QuoteFieldsHasBeenSet() const
void SetQuoteCharacter(const Aws::String &value)
void SetQuoteFields(QuoteFields &&value)
void SetFieldDelimiter(const Aws::String &value)
CSVOutput & WithQuoteFields(const QuoteFields &value)
const QuoteFields & GetQuoteFields() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetQuoteCharacter() const
CSVOutput & WithRecordDelimiter(const Aws::String &value)
CSVOutput & WithQuoteEscapeCharacter(const Aws::String &value)
void SetFieldDelimiter(const char *value)
void SetQuoteEscapeCharacter(const char *value)
CSVOutput & WithRecordDelimiter(const char *value)
AWS_S3CRT_API CSVOutput & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetQuoteCharacter(Aws::String &&value)
void SetRecordDelimiter(const Aws::String &value)
CSVOutput & WithFieldDelimiter(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String