7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SepT = Aws::String>
47 void SetSep(SepT&& value) { m_sepHasBeenSet =
true; m_sep = std::forward<SepT>(value); }
48 template<
typename SepT = Aws::String>
58 template<
typename EncodingT = Aws::String>
59 void SetEncoding(EncodingT&& value) { m_encodingHasBeenSet =
true; m_encoding = std::forward<EncodingT>(value); }
60 template<
typename EncodingT = Aws::String>
70 template<
typename QuoteT = Aws::String>
71 void SetQuote(QuoteT&& value) { m_quoteHasBeenSet =
true; m_quote = std::forward<QuoteT>(value); }
72 template<
typename QuoteT = Aws::String>
82 inline void SetQuoteAll(
bool value) { m_quoteAllHasBeenSet =
true; m_quoteAll = value; }
92 template<
typename EscapeT = Aws::String>
93 void SetEscape(EscapeT&& value) { m_escapeHasBeenSet =
true; m_escape = std::forward<EscapeT>(value); }
94 template<
typename EscapeT = Aws::String>
104 inline void SetEscapeQuotes(
bool value) { m_escapeQuotesHasBeenSet =
true; m_escapeQuotes = value; }
114 template<
typename CommentT = Aws::String>
115 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
116 template<
typename CommentT = Aws::String>
126 inline void SetHeader(
bool value) { m_headerHasBeenSet =
true; m_header = value; }
136 template<
typename LineSepT = Aws::String>
137 void SetLineSep(LineSepT&& value) { m_lineSepHasBeenSet =
true; m_lineSep = std::forward<LineSepT>(value); }
138 template<
typename LineSepT = Aws::String>
144 bool m_sepHasBeenSet =
false;
147 bool m_encodingHasBeenSet =
false;
150 bool m_quoteHasBeenSet =
false;
152 bool m_quoteAll{
false};
153 bool m_quoteAllHasBeenSet =
false;
156 bool m_escapeHasBeenSet =
false;
158 bool m_escapeQuotes{
false};
159 bool m_escapeQuotesHasBeenSet =
false;
162 bool m_commentHasBeenSet =
false;
164 bool m_header{
false};
165 bool m_headerHasBeenSet =
false;
168 bool m_lineSepHasBeenSet =
false;
bool HeaderHasBeenSet() const
void SetQuote(QuoteT &&value)
bool LineSepHasBeenSet() const
void SetEscapeQuotes(bool value)
bool QuoteHasBeenSet() const
bool SepHasBeenSet() const
const Aws::String & GetLineSep() const
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EscapeQuotesHasBeenSet() const
void SetLineSep(LineSepT &&value)
ReadOptions & WithHeader(bool value)
ReadOptions & WithEscapeQuotes(bool value)
bool CommentHasBeenSet() const
const Aws::String & GetEncoding() const
ReadOptions & WithSep(SepT &&value)
void SetEscape(EscapeT &&value)
void SetQuoteAll(bool value)
ReadOptions & WithQuoteAll(bool value)
const Aws::String & GetComment() const
bool EncodingHasBeenSet() const
ReadOptions & WithEncoding(EncodingT &&value)
bool GetEscapeQuotes() const
const Aws::String & GetEscape() const
void SetComment(CommentT &&value)
void SetEncoding(EncodingT &&value)
void SetHeader(bool value)
AWS_OMICS_API ReadOptions(Aws::Utils::Json::JsonView jsonValue)
bool QuoteAllHasBeenSet() const
AWS_OMICS_API ReadOptions()=default
AWS_OMICS_API ReadOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSep(SepT &&value)
ReadOptions & WithEscape(EscapeT &&value)
ReadOptions & WithQuote(QuoteT &&value)
ReadOptions & WithComment(CommentT &&value)
const Aws::String & GetSep() const
const Aws::String & GetQuote() const
bool EscapeHasBeenSet() const
ReadOptions & WithLineSep(LineSepT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue