7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/IdNamespaceType.h>
22namespace EntityResolution
49 template<
typename InputSourceARNT = Aws::String>
50 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
51 template<
typename InputSourceARNT = Aws::String>
61 template<
typename SchemaNameT = Aws::String>
62 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
63 template<
typename SchemaNameT = Aws::String>
83 bool m_inputSourceARNHasBeenSet =
false;
86 bool m_schemaNameHasBeenSet =
false;
89 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue