7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/MatchType.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CustomerProfiles
42 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
43 void SetProfileIds(ProfileIdsT&& value) { m_profileIdsHasBeenSet =
true; m_profileIds = std::forward<ProfileIdsT>(value); }
44 template<
typename ProfileIdsT = Aws::Vector<Aws::String>>
46 template<
typename ProfileIdsT = Aws::String>
55 template<
typename MatchIdT = Aws::String>
56 void SetMatchId(MatchIdT&& value) { m_matchIdHasBeenSet =
true; m_matchId = std::forward<MatchIdT>(value); }
57 template<
typename MatchIdT = Aws::String>
75 inline void SetRuleLevel(
int value) { m_ruleLevelHasBeenSet =
true; m_ruleLevel = value; }
92 inline void SetConfidenceScore(
double value) { m_confidenceScoreHasBeenSet =
true; m_confidenceScore = value; }
102 template<
typename NextTokenT = Aws::String>
103 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
104 template<
typename NextTokenT = Aws::String>
111 template<
typename RequestIdT = Aws::String>
112 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
113 template<
typename RequestIdT = Aws::String>
119 bool m_profileIdsHasBeenSet =
false;
122 bool m_matchIdHasBeenSet =
false;
125 bool m_matchTypeHasBeenSet =
false;
128 bool m_ruleLevelHasBeenSet =
false;
130 double m_confidenceScore{0.0};
131 bool m_confidenceScoreHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetProfileIds() const
void SetMatchType(MatchType value)
GetSimilarProfilesResult & WithConfidenceScore(double value)
void SetMatchId(MatchIdT &&value)
GetSimilarProfilesResult & WithNextToken(NextTokenT &&value)
double GetConfidenceScore() const
void SetRuleLevel(int value)
GetSimilarProfilesResult & AddProfileIds(ProfileIdsT &&value)
const Aws::String & GetMatchId() const
const Aws::String & GetNextToken() const
AWS_CUSTOMERPROFILES_API GetSimilarProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetSimilarProfilesResult & WithMatchId(MatchIdT &&value)
GetSimilarProfilesResult & WithProfileIds(ProfileIdsT &&value)
void SetConfidenceScore(double value)
AWS_CUSTOMERPROFILES_API GetSimilarProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
MatchType GetMatchType() const
GetSimilarProfilesResult & WithRuleLevel(int value)
const Aws::String & GetRequestId() const
GetSimilarProfilesResult & WithMatchType(MatchType value)
AWS_CUSTOMERPROFILES_API GetSimilarProfilesResult()=default
GetSimilarProfilesResult & WithRequestId(RequestIdT &&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