7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
51 inline void SetApplyNormalization(
bool value) { m_applyNormalizationHasBeenSet =
true; m_applyNormalization = value; }
63 inline void SetInputSourceARN(
const char* value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN.assign(value); }
77 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
84 bool m_applyNormalization;
85 bool m_applyNormalizationHasBeenSet =
false;
88 bool m_inputSourceARNHasBeenSet =
false;
91 bool m_schemaNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue