7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/SchemaAttributeType.h>
22namespace EntityResolution
51 inline void SetFieldName(
const char* value) { m_fieldNameHasBeenSet =
true; m_fieldName.assign(value); }
69 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
83 inline void SetHashed(
bool value) { m_hashedHasBeenSet =
true; m_hashed = value; }
102 inline void SetMatchKey(
const char* value) { m_matchKeyHasBeenSet =
true; m_matchKey.assign(value); }
116 inline void SetSubType(
const char* value) { m_subTypeHasBeenSet =
true; m_subType.assign(value); }
136 bool m_fieldNameHasBeenSet =
false;
139 bool m_groupNameHasBeenSet =
false;
142 bool m_hashedHasBeenSet =
false;
145 bool m_matchKeyHasBeenSet =
false;
148 bool m_subTypeHasBeenSet =
false;
151 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue