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
97 bool m_formatHasBeenSet =
false;
100 bool m_jsonKeyToVariableMapHasBeenSet =
false;
103 bool m_csvIndexToVariableMapHasBeenSet =
false;
const ModelOutputDataFormat & GetFormat() const
void SetCsvIndexToVariableMap(const Aws::Map< Aws::String, Aws::String > &value)
bool FormatHasBeenSet() const
ModelOutputConfiguration & AddJsonKeyToVariableMap(const char *key, Aws::String &&value)
ModelOutputConfiguration & AddJsonKeyToVariableMap(const char *key, const char *value)
bool JsonKeyToVariableMapHasBeenSet() const
ModelOutputConfiguration & AddJsonKeyToVariableMap(const Aws::String &key, const Aws::String &value)
void SetJsonKeyToVariableMap(const Aws::Map< Aws::String, Aws::String > &value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(Aws::String &&key, Aws::String &&value)
ModelOutputConfiguration & AddJsonKeyToVariableMap(Aws::String &&key, Aws::String &&value)
ModelOutputConfiguration & AddJsonKeyToVariableMap(Aws::String &&key, const char *value)
void SetJsonKeyToVariableMap(Aws::Map< Aws::String, Aws::String > &&value)
void SetCsvIndexToVariableMap(Aws::Map< Aws::String, Aws::String > &&value)
ModelOutputConfiguration & WithJsonKeyToVariableMap(Aws::Map< Aws::String, Aws::String > &&value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(const Aws::String &key, const Aws::String &value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(const char *key, const char *value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(Aws::String &&key, const Aws::String &value)
AWS_FRAUDDETECTOR_API ModelOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ModelOutputConfiguration & WithFormat(ModelOutputDataFormat &&value)
void SetFormat(const ModelOutputDataFormat &value)
ModelOutputConfiguration & WithJsonKeyToVariableMap(const Aws::Map< Aws::String, Aws::String > &value)
ModelOutputConfiguration & AddCsvIndexToVariableMap(const Aws::String &key, Aws::String &&value)
ModelOutputConfiguration & AddJsonKeyToVariableMap(Aws::String &&key, const Aws::String &value)
void SetFormat(ModelOutputDataFormat &&value)
ModelOutputConfiguration & WithCsvIndexToVariableMap(Aws::Map< Aws::String, Aws::String > &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
ModelOutputConfiguration & AddCsvIndexToVariableMap(Aws::String &&key, const char *value)
AWS_FRAUDDETECTOR_API ModelOutputConfiguration()
ModelOutputConfiguration & AddCsvIndexToVariableMap(const char *key, Aws::String &&value)
ModelOutputConfiguration & WithFormat(const ModelOutputDataFormat &value)
ModelOutputConfiguration & AddJsonKeyToVariableMap(const Aws::String &key, Aws::String &&value)
ModelOutputConfiguration & WithCsvIndexToVariableMap(const Aws::Map< Aws::String, Aws::String > &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
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue