7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetSep(
Aws::String&& value) { m_sepHasBeenSet =
true; m_sep = std::move(value); }
48 inline void SetSep(
const char* value) { m_sepHasBeenSet =
true; m_sep.assign(value); }
62 inline void SetEncoding(
const char* value) { m_encodingHasBeenSet =
true; m_encoding.assign(value); }
76 inline void SetQuote(
const char* value) { m_quoteHasBeenSet =
true; m_quote.assign(value); }
88 inline void SetQuoteAll(
bool value) { m_quoteAllHasBeenSet =
true; m_quoteAll = value; }
100 inline void SetEscape(
const char* value) { m_escapeHasBeenSet =
true; m_escape.assign(value); }
112 inline void SetEscapeQuotes(
bool value) { m_escapeQuotesHasBeenSet =
true; m_escapeQuotes = value; }
124 inline void SetComment(
const char* value) { m_commentHasBeenSet =
true; m_comment.assign(value); }
136 inline void SetHeader(
bool value) { m_headerHasBeenSet =
true; m_header = value; }
148 inline void SetLineSep(
const char* value) { m_lineSepHasBeenSet =
true; m_lineSep.assign(value); }
156 bool m_sepHasBeenSet =
false;
159 bool m_encodingHasBeenSet =
false;
162 bool m_quoteHasBeenSet =
false;
165 bool m_quoteAllHasBeenSet =
false;
168 bool m_escapeHasBeenSet =
false;
171 bool m_escapeQuotesHasBeenSet =
false;
174 bool m_commentHasBeenSet =
false;
177 bool m_headerHasBeenSet =
false;
180 bool m_lineSepHasBeenSet =
false;
ReadOptions & WithEscape(const Aws::String &value)
void SetEscape(Aws::String &&value)
bool HeaderHasBeenSet() const
ReadOptions & WithLineSep(const char *value)
void SetSep(Aws::String &&value)
bool LineSepHasBeenSet() const
ReadOptions & WithQuote(Aws::String &&value)
void SetEscapeQuotes(bool value)
void SetEscape(const Aws::String &value)
bool QuoteHasBeenSet() const
bool SepHasBeenSet() const
void SetComment(const Aws::String &value)
const Aws::String & GetLineSep() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetQuote(const Aws::String &value)
bool EscapeQuotesHasBeenSet() const
void SetSep(const Aws::String &value)
ReadOptions & WithEscape(Aws::String &&value)
void SetSep(const char *value)
ReadOptions & WithComment(Aws::String &&value)
ReadOptions & WithHeader(bool value)
void SetEncoding(Aws::String &&value)
ReadOptions & WithEscapeQuotes(bool value)
ReadOptions & WithLineSep(const Aws::String &value)
ReadOptions & WithEscape(const char *value)
void SetComment(Aws::String &&value)
void SetLineSep(const Aws::String &value)
bool CommentHasBeenSet() const
const Aws::String & GetEncoding() const
ReadOptions & WithSep(Aws::String &&value)
void SetLineSep(Aws::String &&value)
void SetQuoteAll(bool value)
ReadOptions & WithQuoteAll(bool value)
const Aws::String & GetComment() const
bool EncodingHasBeenSet() const
void SetLineSep(const char *value)
ReadOptions & WithEncoding(const Aws::String &value)
ReadOptions & WithQuote(const Aws::String &value)
bool GetEscapeQuotes() const
ReadOptions & WithQuote(const char *value)
const Aws::String & GetEscape() const
ReadOptions & WithSep(const Aws::String &value)
AWS_OMICS_API ReadOptions()
void SetHeader(bool value)
AWS_OMICS_API ReadOptions(Aws::Utils::Json::JsonView jsonValue)
void SetQuote(Aws::String &&value)
void SetComment(const char *value)
ReadOptions & WithEncoding(const char *value)
bool QuoteAllHasBeenSet() const
void SetEncoding(const char *value)
ReadOptions & WithLineSep(Aws::String &&value)
ReadOptions & WithEncoding(Aws::String &&value)
ReadOptions & WithSep(const char *value)
void SetEncoding(const Aws::String &value)
void SetQuote(const char *value)
AWS_OMICS_API ReadOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
ReadOptions & WithComment(const Aws::String &value)
ReadOptions & WithComment(const char *value)
void SetEscape(const char *value)
const Aws::String & GetSep() const
const Aws::String & GetQuote() const
bool EscapeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue