7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
19namespace TimestreamWrite {
42 template <
typename ColumnSeparatorT = Aws::String>
44 m_columnSeparatorHasBeenSet =
true;
45 m_columnSeparator = std::forward<ColumnSeparatorT>(value);
47 template <
typename ColumnSeparatorT = Aws::String>
60 template <
typename EscapeCharT = Aws::String>
62 m_escapeCharHasBeenSet =
true;
63 m_escapeChar = std::forward<EscapeCharT>(value);
65 template <
typename EscapeCharT = Aws::String>
78 template <
typename QuoteCharT = Aws::String>
80 m_quoteCharHasBeenSet =
true;
81 m_quoteChar = std::forward<QuoteCharT>(value);
83 template <
typename QuoteCharT = Aws::String>
96 template <
typename NullValueT = Aws::String>
98 m_nullValueHasBeenSet =
true;
99 m_nullValue = std::forward<NullValueT>(value);
101 template <
typename NullValueT = Aws::String>
115 m_trimWhiteSpaceHasBeenSet =
true;
116 m_trimWhiteSpace = value;
132 bool m_trimWhiteSpace{
false};
133 bool m_columnSeparatorHasBeenSet =
false;
134 bool m_escapeCharHasBeenSet =
false;
135 bool m_quoteCharHasBeenSet =
false;
136 bool m_nullValueHasBeenSet =
false;
137 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