7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/model/ModelOutputDataFormat.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace FraudDetector
60 template<
typename JsonKeyToVariableMapT = Aws::Map<Aws::String, Aws::String>>
61 void SetJsonKeyToVariableMap(JsonKeyToVariableMapT&& value) { m_jsonKeyToVariableMapHasBeenSet =
true; m_jsonKeyToVariableMap = std::forward<JsonKeyToVariableMapT>(value); }
62 template<
typename JsonKeyToVariableMapT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename JsonKeyToVariableMapKeyT = Aws::String,
typename JsonKeyToVariableMapValueT = Aws::String>
66 m_jsonKeyToVariableMapHasBeenSet =
true; m_jsonKeyToVariableMap.emplace(std::forward<JsonKeyToVariableMapKeyT>(key), std::forward<JsonKeyToVariableMapValueT>(value));
return *
this;
77 template<
typename CsvIndexToVariableMapT = Aws::Map<Aws::String, Aws::String>>
78 void SetCsvIndexToVariableMap(CsvIndexToVariableMapT&& value) { m_csvIndexToVariableMapHasBeenSet =
true; m_csvIndexToVariableMap = std::forward<CsvIndexToVariableMapT>(value); }
79 template<
typename CsvIndexToVariableMapT = Aws::Map<Aws::String, Aws::String>>
81 template<
typename CsvIndexToVariableMapKeyT = Aws::String,
typename CsvIndexToVariableMapValueT = Aws::String>
83 m_csvIndexToVariableMapHasBeenSet =
true; m_csvIndexToVariableMap.emplace(std::forward<CsvIndexToVariableMapKeyT>(key), std::forward<CsvIndexToVariableMapValueT>(value));
return *
this;
89 bool m_formatHasBeenSet =
false;
92 bool m_jsonKeyToVariableMapHasBeenSet =
false;
95 bool m_csvIndexToVariableMapHasBeenSet =
false;
ModelOutputConfiguration & AddJsonKeyToVariableMap(JsonKeyToVariableMapKeyT &&key, JsonKeyToVariableMapValueT &&value)
ModelOutputConfiguration & WithCsvIndexToVariableMap(CsvIndexToVariableMapT &&value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(CsvIndexToVariableMapKeyT &&key, CsvIndexToVariableMapValueT &&value)
bool FormatHasBeenSet() const
bool JsonKeyToVariableMapHasBeenSet() const
AWS_FRAUDDETECTOR_API ModelOutputConfiguration()=default
void SetCsvIndexToVariableMap(CsvIndexToVariableMapT &&value)
ModelOutputDataFormat GetFormat() const
AWS_FRAUDDETECTOR_API ModelOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJsonKeyToVariableMap(JsonKeyToVariableMapT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFormat(ModelOutputDataFormat value)
ModelOutputConfiguration & WithJsonKeyToVariableMap(JsonKeyToVariableMapT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCsvIndexToVariableMap() const
bool CsvIndexToVariableMapHasBeenSet() const
AWS_FRAUDDETECTOR_API ModelOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetJsonKeyToVariableMap() const
ModelOutputConfiguration & WithFormat(ModelOutputDataFormat value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue