7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
47 template<
typename InputSourceARNT = Aws::String>
48 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
49 template<
typename InputSourceARNT = Aws::String>
59 template<
typename SchemaNameT = Aws::String>
60 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
61 template<
typename SchemaNameT = Aws::String>
75 inline void SetApplyNormalization(
bool value) { m_applyNormalizationHasBeenSet =
true; m_applyNormalization = value; }
81 bool m_inputSourceARNHasBeenSet =
false;
84 bool m_schemaNameHasBeenSet =
false;
86 bool m_applyNormalization{
false};
87 bool m_applyNormalizationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue