7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/model/QuoteFields.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetQuoteEscapeCharacter(
const char* value) { m_quoteEscapeCharacterHasBeenSet =
true; m_quoteEscapeCharacter.assign(value); }
78 inline void SetRecordDelimiter(
const char* value) { m_recordDelimiterHasBeenSet =
true; m_recordDelimiter.assign(value); }
93 inline void SetFieldDelimiter(
const char* value) { m_fieldDelimiterHasBeenSet =
true; m_fieldDelimiter.assign(value); }
108 inline void SetQuoteCharacter(
const char* value) { m_quoteCharacterHasBeenSet =
true; m_quoteCharacter.assign(value); }
116 bool m_quoteFieldsHasBeenSet =
false;
119 bool m_quoteEscapeCharacterHasBeenSet =
false;
122 bool m_recordDelimiterHasBeenSet =
false;
125 bool m_fieldDelimiterHasBeenSet =
false;
128 bool m_quoteCharacterHasBeenSet =
false;
void SetQuoteEscapeCharacter(const Aws::String &value)
const Aws::String & GetRecordDelimiter() const
void SetFieldDelimiter(const Aws::String &value)
bool RecordDelimiterHasBeenSet() const
CSVOutput & WithQuoteEscapeCharacter(Aws::String &&value)
CSVOutput & WithQuoteFields(const QuoteFields &value)
void SetRecordDelimiter(const Aws::String &value)
CSVOutput & WithQuoteCharacter(const char *value)
const Aws::String & GetFieldDelimiter() const
CSVOutput & WithFieldDelimiter(const Aws::String &value)
CSVOutput & WithFieldDelimiter(const char *value)
AWS_GLACIER_API CSVOutput()
CSVOutput & WithRecordDelimiter(Aws::String &&value)
void SetQuoteFields(QuoteFields &&value)
CSVOutput & WithRecordDelimiter(const char *value)
bool FieldDelimiterHasBeenSet() const
void SetQuoteFields(const QuoteFields &value)
void SetRecordDelimiter(const char *value)
void SetQuoteCharacter(const Aws::String &value)
CSVOutput & WithQuoteCharacter(Aws::String &&value)
AWS_GLACIER_API CSVOutput(Aws::Utils::Json::JsonView jsonValue)
void SetFieldDelimiter(const char *value)
void SetQuoteEscapeCharacter(const char *value)
void SetQuoteEscapeCharacter(Aws::String &&value)
CSVOutput & WithRecordDelimiter(const Aws::String &value)
const Aws::String & GetQuoteEscapeCharacter() const
CSVOutput & WithQuoteEscapeCharacter(const Aws::String &value)
const Aws::String & GetQuoteCharacter() const
CSVOutput & WithQuoteFields(QuoteFields &&value)
void SetRecordDelimiter(Aws::String &&value)
bool QuoteEscapeCharacterHasBeenSet() const
void SetFieldDelimiter(Aws::String &&value)
bool QuoteCharacterHasBeenSet() const
void SetQuoteCharacter(Aws::String &&value)
void SetQuoteCharacter(const char *value)
const QuoteFields & GetQuoteFields() const
CSVOutput & WithQuoteCharacter(const Aws::String &value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
bool QuoteFieldsHasBeenSet() const
CSVOutput & WithFieldDelimiter(Aws::String &&value)
AWS_GLACIER_API CSVOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CSVOutput & WithQuoteEscapeCharacter(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue