7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/entityresolution/model/MatchedRecord.h>
23namespace EntityResolution
48 template<
typename RecordsT = Aws::Vector<MatchedRecord>>
49 void SetRecords(RecordsT&& value) { m_recordsHasBeenSet =
true; m_records = std::forward<RecordsT>(value); }
50 template<
typename RecordsT = Aws::Vector<MatchedRecord>>
52 template<
typename RecordsT = MatchedRecord>
53 MatchGroup&
AddRecords(RecordsT&& value) { m_recordsHasBeenSet =
true; m_records.emplace_back(std::forward<RecordsT>(value));
return *
this; }
62 template<
typename MatchIdT = Aws::String>
63 void SetMatchId(MatchIdT&& value) { m_matchIdHasBeenSet =
true; m_matchId = std::forward<MatchIdT>(value); }
64 template<
typename MatchIdT = Aws::String>
74 template<
typename MatchRuleT = Aws::String>
75 void SetMatchRule(MatchRuleT&& value) { m_matchRuleHasBeenSet =
true; m_matchRule = std::forward<MatchRuleT>(value); }
76 template<
typename MatchRuleT = Aws::String>
82 bool m_recordsHasBeenSet =
false;
85 bool m_matchIdHasBeenSet =
false;
88 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