7#include <aws/lookoutmetrics/LookoutMetrics_EXPORTS.h>
8#include <aws/lookoutmetrics/model/DetectedField.h>
21namespace LookoutMetrics
46 template<
typename FileCompressionT = DetectedField>
47 void SetFileCompression(FileCompressionT&& value) { m_fileCompressionHasBeenSet =
true; m_fileCompression = std::forward<FileCompressionT>(value); }
48 template<
typename FileCompressionT = DetectedField>
58 template<
typename CharsetT = DetectedField>
59 void SetCharset(CharsetT&& value) { m_charsetHasBeenSet =
true; m_charset = std::forward<CharsetT>(value); }
60 template<
typename CharsetT = DetectedField>
66 bool m_fileCompressionHasBeenSet =
false;
69 bool m_charsetHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue