7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
41 template <
typename InputSourceARNT = Aws::String>
43 m_inputSourceARNHasBeenSet =
true;
44 m_inputSourceARN = std::forward<InputSourceARNT>(value);
46 template <
typename InputSourceARNT = Aws::String>
59 template <
typename SchemaNameT = Aws::String>
61 m_schemaNameHasBeenSet =
true;
62 m_schemaName = std::forward<SchemaNameT>(value);
64 template <
typename SchemaNameT = Aws::String>
82 m_applyNormalizationHasBeenSet =
true;
83 m_applyNormalization = value;
95 bool m_applyNormalization{
false};
96 bool m_inputSourceARNHasBeenSet =
false;
97 bool m_schemaNameHasBeenSet =
false;
98 bool m_applyNormalizationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue