7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/MatchedRecord.h>
21namespace EntityResolution {
42 template <
typename RecordsT = Aws::Vector<MatchedRecord>>
44 m_recordsHasBeenSet =
true;
45 m_records = std::forward<RecordsT>(value);
47 template <
typename RecordsT = Aws::Vector<MatchedRecord>>
52 template <
typename RecordsT = MatchedRecord>
54 m_recordsHasBeenSet =
true;
55 m_records.emplace_back(std::forward<RecordsT>(value));
66 template <
typename MatchIdT = Aws::String>
68 m_matchIdHasBeenSet =
true;
69 m_matchId = std::forward<MatchIdT>(value);
71 template <
typename MatchIdT = Aws::String>
84 template <
typename MatchRuleT = Aws::String>
86 m_matchRuleHasBeenSet =
true;
87 m_matchRule = std::forward<MatchRuleT>(value);
89 template <
typename MatchRuleT = Aws::String>
101 bool m_recordsHasBeenSet =
false;
102 bool m_matchIdHasBeenSet =
false;
103 bool m_matchRuleHasBeenSet =
false;
bool MatchIdHasBeenSet() const
void SetMatchId(MatchIdT &&value)
AWS_ENTITYRESOLUTION_API MatchGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RecordsHasBeenSet() const
const Aws::String & GetMatchId() const
const Aws::String & GetMatchRule() const
void SetMatchRule(MatchRuleT &&value)
MatchGroup & WithMatchId(MatchIdT &&value)
void SetRecords(RecordsT &&value)
MatchGroup & WithMatchRule(MatchRuleT &&value)
AWS_ENTITYRESOLUTION_API MatchGroup()=default
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
MatchGroup & AddRecords(RecordsT &&value)
bool MatchRuleHasBeenSet() const
const Aws::Vector< MatchedRecord > & GetRecords() const
MatchGroup & WithRecords(RecordsT &&value)
AWS_ENTITYRESOLUTION_API MatchGroup(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue