7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
20namespace CustomerProfiles {
41 template <
typename MatchIdT = Aws::String>
43 m_matchIdHasBeenSet =
true;
44 m_matchId = std::forward<MatchIdT>(value);
46 template <
typename MatchIdT = Aws::String>
59 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
61 m_profileIdsHasBeenSet =
true;
62 m_profileIds = std::forward<ProfileIdsT>(value);
64 template <
typename ProfileIdsT = Aws::Vector<Aws::String>>
69 template <
typename ProfileIdsT = Aws::String>
71 m_profileIdsHasBeenSet =
true;
72 m_profileIds.emplace_back(std::forward<ProfileIdsT>(value));
91 m_confidenceScoreHasBeenSet =
true;
92 m_confidenceScore = value;
104 double m_confidenceScore{0.0};
105 bool m_matchIdHasBeenSet =
false;
106 bool m_profileIdsHasBeenSet =
false;
107 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