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
59 template<
typename CharsetT = Aws::String>
60 void SetCharset(CharsetT&& value) { m_charsetHasBeenSet =
true; m_charset = std::forward<CharsetT>(value); }
61 template<
typename CharsetT = Aws::String>
71 inline void SetContainsHeader(
bool value) { m_containsHeaderHasBeenSet =
true; m_containsHeader = value; }
81 template<
typename DelimiterT = Aws::String>
82 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
83 template<
typename DelimiterT = Aws::String>
93 template<
typename HeaderListT = Aws::Vector<Aws::String>>
94 void SetHeaderList(HeaderListT&& value) { m_headerListHasBeenSet =
true; m_headerList = std::forward<HeaderListT>(value); }
95 template<
typename HeaderListT = Aws::Vector<Aws::String>>
97 template<
typename HeaderListT = Aws::String>
107 template<
typename QuoteSymbolT = Aws::String>
108 void SetQuoteSymbol(QuoteSymbolT&& value) { m_quoteSymbolHasBeenSet =
true; m_quoteSymbol = std::forward<QuoteSymbolT>(value); }
109 template<
typename QuoteSymbolT = Aws::String>
115 bool m_fileCompressionHasBeenSet =
false;
118 bool m_charsetHasBeenSet =
false;
120 bool m_containsHeader{
false};
121 bool m_containsHeaderHasBeenSet =
false;
124 bool m_delimiterHasBeenSet =
false;
127 bool m_headerListHasBeenSet =
false;
130 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