7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/model/MatchItem.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CustomerProfiles
46 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
90 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
101 int m_potentialMatches;
void SetMatches(const Aws::Vector< MatchItem > &value)
GetMatchesResult & WithNextToken(Aws::String &&value)
int GetPotentialMatches() const
const Aws::String & GetRequestId() const
void SetMatchGenerationDate(Aws::Utils::DateTime &&value)
void SetPotentialMatches(int value)
GetMatchesResult & AddMatches(const MatchItem &value)
void SetMatches(Aws::Vector< MatchItem > &&value)
GetMatchesResult & WithNextToken(const Aws::String &value)
GetMatchesResult & WithMatches(const Aws::Vector< MatchItem > &value)
AWS_CUSTOMERPROFILES_API GetMatchesResult()
const Aws::Vector< MatchItem > & GetMatches() const
GetMatchesResult & WithPotentialMatches(int value)
void SetNextToken(const char *value)
GetMatchesResult & WithMatchGenerationDate(Aws::Utils::DateTime &&value)
GetMatchesResult & WithRequestId(const Aws::String &value)
void SetMatchGenerationDate(const Aws::Utils::DateTime &value)
void SetRequestId(Aws::String &&value)
AWS_CUSTOMERPROFILES_API GetMatchesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMatchesResult & WithMatchGenerationDate(const Aws::Utils::DateTime &value)
void SetRequestId(const char *value)
GetMatchesResult & AddMatches(MatchItem &&value)
void SetRequestId(const Aws::String &value)
void SetNextToken(const Aws::String &value)
const Aws::Utils::DateTime & GetMatchGenerationDate() const
const Aws::String & GetNextToken() const
GetMatchesResult & WithMatches(Aws::Vector< MatchItem > &&value)
GetMatchesResult & WithRequestId(const char *value)
void SetNextToken(Aws::String &&value)
AWS_CUSTOMERPROFILES_API GetMatchesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMatchesResult & WithNextToken(const char *value)
GetMatchesResult & WithRequestId(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