7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
48 template<
typename InputSourceARNT = Aws::String>
49 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
50 template<
typename InputSourceARNT = Aws::String>
60 template<
typename SchemaNameT = Aws::String>
61 void SetSchemaName(SchemaNameT&& value) { m_schemaNameHasBeenSet =
true; m_schemaName = std::forward<SchemaNameT>(value); }
62 template<
typename SchemaNameT = Aws::String>
68 bool m_inputSourceARNHasBeenSet =
false;
71 bool m_schemaNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue