7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/frauddetector/model/ModelInputDataFormat.h>
22namespace FraudDetector
49 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
75 inline void SetUseEventVariables(
bool value) { m_useEventVariablesHasBeenSet =
true; m_useEventVariables = value; }
89 inline void SetJsonInputTemplate(
const char* value) { m_jsonInputTemplateHasBeenSet =
true; m_jsonInputTemplate.assign(value); }
105 inline void SetCsvInputTemplate(
const char* value) { m_csvInputTemplateHasBeenSet =
true; m_csvInputTemplate.assign(value); }
113 bool m_eventTypeNameHasBeenSet =
false;
116 bool m_formatHasBeenSet =
false;
118 bool m_useEventVariables;
119 bool m_useEventVariablesHasBeenSet =
false;
122 bool m_jsonInputTemplateHasBeenSet =
false;
125 bool m_csvInputTemplateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue