7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/CSVFileCompression.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace LookoutMetrics
63 inline void SetCharset(
const char* value) { m_charsetHasBeenSet =
true; m_charset.assign(value); }
75 inline void SetContainsHeader(
bool value) { m_containsHeaderHasBeenSet =
true; m_containsHeader = value; }
87 inline void SetDelimiter(
const char* value) { m_delimiterHasBeenSet =
true; m_delimiter.assign(value); }
116 inline void SetQuoteSymbol(
const char* value) { m_quoteSymbolHasBeenSet =
true; m_quoteSymbol.assign(value); }
124 bool m_fileCompressionHasBeenSet =
false;
127 bool m_charsetHasBeenSet =
false;
129 bool m_containsHeader;
130 bool m_containsHeaderHasBeenSet =
false;
133 bool m_delimiterHasBeenSet =
false;
136 bool m_headerListHasBeenSet =
false;
139 bool m_quoteSymbolHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue