7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/SchemaAttributeType.h>
20namespace EntityResolution {
43 template <
typename FieldNameT = Aws::String>
45 m_fieldNameHasBeenSet =
true;
46 m_fieldName = std::forward<FieldNameT>(value);
48 template <
typename FieldNameT = Aws::String>
89 m_typeHasBeenSet =
true;
108 template <
typename GroupNameT = Aws::String>
110 m_groupNameHasBeenSet =
true;
111 m_groupName = std::forward<GroupNameT>(value);
113 template <
typename GroupNameT = Aws::String>
133 template <
typename MatchKeyT = Aws::String>
135 m_matchKeyHasBeenSet =
true;
136 m_matchKey = std::forward<MatchKeyT>(value);
138 template <
typename MatchKeyT = Aws::String>
151 template <
typename SubTypeT = Aws::String>
153 m_subTypeHasBeenSet =
true;
154 m_subType = std::forward<SubTypeT>(value);
156 template <
typename SubTypeT = Aws::String>
172 m_hashedHasBeenSet =
true;
191 bool m_hashed{
false};
192 bool m_fieldNameHasBeenSet =
false;
193 bool m_typeHasBeenSet =
false;
194 bool m_groupNameHasBeenSet =
false;
195 bool m_matchKeyHasBeenSet =
false;
196 bool m_subTypeHasBeenSet =
false;
197 bool m_hashedHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue