7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CustomerProfiles
47 template<
typename MatchIdT = Aws::String>
48 void SetMatchId(MatchIdT&& value) { m_matchIdHasBeenSet =
true; m_matchId = std::forward<MatchIdT>(value); }
49 template<
typename MatchIdT = Aws::String>
59 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
60 void SetProfileIds(ProfileIdsT&& value) { m_profileIdsHasBeenSet =
true; m_profileIds = std::forward<ProfileIdsT>(value); }
61 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
63 template<
typename ProfileIdsT = Aws::String>
64 MatchItem&
AddProfileIds(ProfileIdsT&& value) { m_profileIdsHasBeenSet =
true; m_profileIds.emplace_back(std::forward<ProfileIdsT>(value));
return *
this; }
80 inline void SetConfidenceScore(
double value) { m_confidenceScoreHasBeenSet =
true; m_confidenceScore = value; }
86 bool m_matchIdHasBeenSet =
false;
89 bool m_profileIdsHasBeenSet =
false;
91 double m_confidenceScore{0.0};
92 bool m_confidenceScoreHasBeenSet =
false;
double GetConfidenceScore() const
MatchItem & WithMatchId(MatchIdT &&value)
bool ConfidenceScoreHasBeenSet() const
MatchItem & WithConfidenceScore(double value)
void SetConfidenceScore(double value)
void SetMatchId(MatchIdT &&value)
bool ProfileIdsHasBeenSet() const
AWS_CUSTOMERPROFILES_API MatchItem(Aws::Utils::Json::JsonView jsonValue)
MatchItem & AddProfileIds(ProfileIdsT &&value)
const Aws::String & GetMatchId() const
AWS_CUSTOMERPROFILES_API MatchItem()=default
AWS_CUSTOMERPROFILES_API MatchItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MatchIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetProfileIds() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
MatchItem & WithProfileIds(ProfileIdsT &&value)
void SetProfileIds(ProfileIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue