7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/MatchType.h>
18namespace CustomerProfiles {
44 template <
typename NextTokenT = Aws::String>
46 m_nextTokenHasBeenSet =
true;
47 m_nextToken = std::forward<NextTokenT>(value);
49 template <
typename NextTokenT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
78 template <
typename DomainNameT = Aws::String>
80 m_domainNameHasBeenSet =
true;
81 m_domainName = std::forward<DomainNameT>(value);
83 template <
typename DomainNameT = Aws::String>
97 m_matchTypeHasBeenSet =
true;
112 template <
typename SearchKeyT = Aws::String>
114 m_searchKeyHasBeenSet =
true;
115 m_searchKey = std::forward<SearchKeyT>(value);
117 template <
typename SearchKeyT = Aws::String>
131 template <
typename SearchValueT = Aws::String>
133 m_searchValueHasBeenSet =
true;
134 m_searchValue = std::forward<SearchValueT>(value);
136 template <
typename SearchValueT = Aws::String>
144 bool m_nextTokenHasBeenSet =
false;
147 bool m_maxResultsHasBeenSet =
false;
150 bool m_domainNameHasBeenSet =
false;
153 bool m_matchTypeHasBeenSet =
false;
156 bool m_searchKeyHasBeenSet =
false;
159 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