7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/omics/Omics_EXPORTS.h>
40 template <
typename SepT = Aws::String>
42 m_sepHasBeenSet =
true;
43 m_sep = std::forward<SepT>(value);
45 template <
typename SepT = Aws::String>
47 SetSep(std::forward<SepT>(value));
58 template <
typename EncodingT = Aws::String>
60 m_encodingHasBeenSet =
true;
61 m_encoding = std::forward<EncodingT>(value);
63 template <
typename EncodingT = Aws::String>
76 template <
typename QuoteT = Aws::String>
78 m_quoteHasBeenSet =
true;
79 m_quote = std::forward<QuoteT>(value);
81 template <
typename QuoteT = Aws::String>
83 SetQuote(std::forward<QuoteT>(value));
95 m_quoteAllHasBeenSet =
true;
110 template <
typename EscapeT = Aws::String>
112 m_escapeHasBeenSet =
true;
113 m_escape = std::forward<EscapeT>(value);
115 template <
typename EscapeT = Aws::String>
129 m_escapeQuotesHasBeenSet =
true;
130 m_escapeQuotes = value;
144 template <
typename CommentT = Aws::String>
146 m_commentHasBeenSet =
true;
147 m_comment = std::forward<CommentT>(value);
149 template <
typename CommentT = Aws::String>
163 m_headerHasBeenSet =
true;
178 template <
typename LineSepT = Aws::String>
180 m_lineSepHasBeenSet =
true;
181 m_lineSep = std::forward<LineSepT>(value);
183 template <
typename LineSepT = Aws::String>
196 bool m_quoteAll{
false};
200 bool m_escapeQuotes{
false};
204 bool m_header{
false};
207 bool m_sepHasBeenSet =
false;
208 bool m_encodingHasBeenSet =
false;
209 bool m_quoteHasBeenSet =
false;
210 bool m_quoteAllHasBeenSet =
false;
211 bool m_escapeHasBeenSet =
false;
212 bool m_escapeQuotesHasBeenSet =
false;
213 bool m_commentHasBeenSet =
false;
214 bool m_headerHasBeenSet =
false;
215 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