7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/model/MatchType.h>
19namespace CustomerProfiles
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename DomainNameT = Aws::String>
72 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
73 template<
typename DomainNameT = Aws::String>
93 template<
typename SearchKeyT = Aws::String>
94 void SetSearchKey(SearchKeyT&& value) { m_searchKeyHasBeenSet =
true; m_searchKey = std::forward<SearchKeyT>(value); }
95 template<
typename SearchKeyT = Aws::String>
106 template<
typename SearchValueT = Aws::String>
107 void SetSearchValue(SearchValueT&& value) { m_searchValueHasBeenSet =
true; m_searchValue = std::forward<SearchValueT>(value); }
108 template<
typename SearchValueT = Aws::String>
114 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_domainNameHasBeenSet =
false;
123 bool m_matchTypeHasBeenSet =
false;
126 bool m_searchKeyHasBeenSet =
false;
129 bool m_searchValueHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API GetSimilarProfilesRequest()=default
void SetSearchValue(SearchValueT &&value)
const Aws::String & GetSearchValue() const
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetSearchKey(SearchKeyT &&value)
GetSimilarProfilesRequest & WithSearchValue(SearchValueT &&value)
bool SearchKeyHasBeenSet() const
const Aws::String & GetDomainName() const
bool MaxResultsHasBeenSet() const
void SetDomainName(DomainNameT &&value)
GetSimilarProfilesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool DomainNameHasBeenSet() const
GetSimilarProfilesRequest & WithSearchKey(SearchKeyT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
GetSimilarProfilesRequest & WithDomainName(DomainNameT &&value)
bool SearchValueHasBeenSet() const
const Aws::String & GetNextToken() const
GetSimilarProfilesRequest & WithMatchType(MatchType value)
bool MatchTypeHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetSearchKey() const
void SetMatchType(MatchType value)
MatchType GetMatchType() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
GetSimilarProfilesRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String