7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/MatchItem.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CustomerProfiles {
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
56 template <
typename MatchGenerationDateT = Aws::Utils::DateTime>
58 m_matchGenerationDateHasBeenSet =
true;
59 m_matchGenerationDate = std::forward<MatchGenerationDateT>(value);
61 template <
typename MatchGenerationDateT = Aws::Utils::DateTime>
74 m_potentialMatchesHasBeenSet =
true;
75 m_potentialMatches = value;
88 template <
typename MatchesT = Aws::Vector<MatchItem>>
90 m_matchesHasBeenSet =
true;
91 m_matches = std::forward<MatchesT>(value);
93 template <
typename MatchesT = Aws::Vector<MatchItem>>
98 template <
typename MatchesT = MatchItem>
100 m_matchesHasBeenSet =
true;
101 m_matches.emplace_back(std::forward<MatchesT>(value));
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
127 int m_potentialMatches{0};
133 bool m_nextTokenHasBeenSet =
false;
134 bool m_matchGenerationDateHasBeenSet =
false;
135 bool m_potentialMatchesHasBeenSet =
false;
136 bool m_matchesHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
int GetPotentialMatches() const
const Aws::String & GetRequestId() const
void SetMatchGenerationDate(MatchGenerationDateT &&value)
void SetPotentialMatches(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetMatchesResult & AddMatches(MatchesT &&value)
const Aws::Vector< MatchItem > & GetMatches() const
GetMatchesResult & WithPotentialMatches(int value)
void SetRequestId(RequestIdT &&value)
GetMatchesResult & WithNextToken(NextTokenT &&value)
GetMatchesResult & WithMatches(MatchesT &&value)
AWS_CUSTOMERPROFILES_API GetMatchesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
GetMatchesResult & WithMatchGenerationDate(MatchGenerationDateT &&value)
void SetMatches(MatchesT &&value)
GetMatchesResult & WithRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API GetMatchesResult()=default
const Aws::Utils::DateTime & GetMatchGenerationDate() const
const Aws::String & GetNextToken() const
AWS_CUSTOMERPROFILES_API GetMatchesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue