7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamWrite
48 template<
typename ColumnSeparatorT = Aws::String>
49 void SetColumnSeparator(ColumnSeparatorT&& value) { m_columnSeparatorHasBeenSet =
true; m_columnSeparator = std::forward<ColumnSeparatorT>(value); }
50 template<
typename ColumnSeparatorT = Aws::String>
60 template<
typename EscapeCharT = Aws::String>
61 void SetEscapeChar(EscapeCharT&& value) { m_escapeCharHasBeenSet =
true; m_escapeChar = std::forward<EscapeCharT>(value); }
62 template<
typename EscapeCharT = Aws::String>
72 template<
typename QuoteCharT = Aws::String>
73 void SetQuoteChar(QuoteCharT&& value) { m_quoteCharHasBeenSet =
true; m_quoteChar = std::forward<QuoteCharT>(value); }
74 template<
typename QuoteCharT = Aws::String>
84 template<
typename NullValueT = Aws::String>
85 void SetNullValue(NullValueT&& value) { m_nullValueHasBeenSet =
true; m_nullValue = std::forward<NullValueT>(value); }
86 template<
typename NullValueT = Aws::String>
96 inline void SetTrimWhiteSpace(
bool value) { m_trimWhiteSpaceHasBeenSet =
true; m_trimWhiteSpace = value; }
102 bool m_columnSeparatorHasBeenSet =
false;
105 bool m_escapeCharHasBeenSet =
false;
108 bool m_quoteCharHasBeenSet =
false;
111 bool m_nullValueHasBeenSet =
false;
113 bool m_trimWhiteSpace{
false};
114 bool m_trimWhiteSpaceHasBeenSet =
false;
void SetTrimWhiteSpace(bool value)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetColumnSeparator() const
void SetNullValue(NullValueT &&value)
CsvConfiguration & WithTrimWhiteSpace(bool value)
bool QuoteCharHasBeenSet() const
CsvConfiguration & WithNullValue(NullValueT &&value)
AWS_TIMESTREAMWRITE_API CsvConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEscapeChar(EscapeCharT &&value)
const Aws::String & GetEscapeChar() const
CsvConfiguration & WithEscapeChar(EscapeCharT &&value)
CsvConfiguration & WithColumnSeparator(ColumnSeparatorT &&value)
bool TrimWhiteSpaceHasBeenSet() const
bool ColumnSeparatorHasBeenSet() const
const Aws::String & GetQuoteChar() const
void SetColumnSeparator(ColumnSeparatorT &&value)
AWS_TIMESTREAMWRITE_API CsvConfiguration(Aws::Utils::Json::JsonView jsonValue)
CsvConfiguration & WithQuoteChar(QuoteCharT &&value)
void SetQuoteChar(QuoteCharT &&value)
bool EscapeCharHasBeenSet() const
bool NullValueHasBeenSet() const
const Aws::String & GetNullValue() const
bool GetTrimWhiteSpace() const
AWS_TIMESTREAMWRITE_API CsvConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue