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
49 inline void SetMatchId(
const char* value) { m_matchIdHasBeenSet =
true; m_matchId.assign(value); }
67 inline MatchItem&
AddProfileIds(
const char* value) { m_profileIdsHasBeenSet =
true; m_profileIds.push_back(value);
return *
this; }
83 inline void SetConfidenceScore(
double value) { m_confidenceScoreHasBeenSet =
true; m_confidenceScore = value; }
89 bool m_matchIdHasBeenSet =
false;
92 bool m_profileIdsHasBeenSet =
false;
94 double m_confidenceScore;
95 bool m_confidenceScoreHasBeenSet =
false;
double GetConfidenceScore() const
bool ConfidenceScoreHasBeenSet() const
MatchItem & AddProfileIds(const Aws::String &value)
void SetProfileIds(Aws::Vector< Aws::String > &&value)
MatchItem & WithConfidenceScore(double value)
MatchItem & AddProfileIds(Aws::String &&value)
void SetConfidenceScore(double value)
bool ProfileIdsHasBeenSet() const
void SetMatchId(const Aws::String &value)
AWS_CUSTOMERPROFILES_API MatchItem(Aws::Utils::Json::JsonView jsonValue)
MatchItem & WithMatchId(const char *value)
void SetMatchId(Aws::String &&value)
MatchItem & WithProfileIds(const Aws::Vector< Aws::String > &value)
MatchItem & AddProfileIds(const char *value)
const Aws::String & GetMatchId() const
AWS_CUSTOMERPROFILES_API MatchItem()
void SetMatchId(const char *value)
AWS_CUSTOMERPROFILES_API MatchItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MatchIdHasBeenSet() const
MatchItem & WithMatchId(const Aws::String &value)
void SetProfileIds(const Aws::Vector< Aws::String > &value)
MatchItem & WithProfileIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetProfileIds() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
MatchItem & WithMatchId(Aws::String &&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