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/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/model/LogicalOperator.h>
12#include <aws/customer-profiles/model/AdditionalSearchKey.h>
21namespace CustomerProfiles
50 template<
typename NextTokenT = Aws::String>
51 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
52 template<
typename NextTokenT = Aws::String>
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename DomainNameT = Aws::String>
74 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
75 template<
typename DomainNameT = Aws::String>
90 template<
typename KeyNameT = Aws::String>
91 void SetKeyName(KeyNameT&& value) { m_keyNameHasBeenSet =
true; m_keyName = std::forward<KeyNameT>(value); }
92 template<
typename KeyNameT = Aws::String>
102 template<
typename ValuesT = Aws::Vector<Aws::String>>
103 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
104 template<
typename ValuesT = Aws::Vector<Aws::String>>
106 template<
typename ValuesT = Aws::String>
122 template<
typename AdditionalSearchKeysT = Aws::Vector<AdditionalSearchKey>>
123 void SetAdditionalSearchKeys(AdditionalSearchKeysT&& value) { m_additionalSearchKeysHasBeenSet =
true; m_additionalSearchKeys = std::forward<AdditionalSearchKeysT>(value); }
124 template<
typename AdditionalSearchKeysT = Aws::Vector<AdditionalSearchKey>>
126 template<
typename AdditionalSearchKeysT = AdditionalSearchKey>
151 bool m_nextTokenHasBeenSet =
false;
154 bool m_maxResultsHasBeenSet =
false;
157 bool m_domainNameHasBeenSet =
false;
160 bool m_keyNameHasBeenSet =
false;
163 bool m_valuesHasBeenSet =
false;
166 bool m_additionalSearchKeysHasBeenSet =
false;
169 bool m_logicalOperatorHasBeenSet =
false;
int GetMaxResults() const
AWS_CUSTOMERPROFILES_API SearchProfilesRequest()=default
SearchProfilesRequest & AddAdditionalSearchKeys(AdditionalSearchKeysT &&value)
const Aws::Vector< Aws::String > & GetValues() const
void SetKeyName(KeyNameT &&value)
SearchProfilesRequest & WithLogicalOperator(LogicalOperator value)
void SetNextToken(NextTokenT &&value)
void SetValues(ValuesT &&value)
const Aws::Vector< AdditionalSearchKey > & GetAdditionalSearchKeys() const
SearchProfilesRequest & AddValues(ValuesT &&value)
SearchProfilesRequest & WithDomainName(DomainNameT &&value)
bool KeyNameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
bool LogicalOperatorHasBeenSet() const
void SetLogicalOperator(LogicalOperator value)
SearchProfilesRequest & WithNextToken(NextTokenT &&value)
bool DomainNameHasBeenSet() const
void SetAdditionalSearchKeys(AdditionalSearchKeysT &&value)
AWS_CUSTOMERPROFILES_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
SearchProfilesRequest & WithMaxResults(int value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
SearchProfilesRequest & WithValues(ValuesT &&value)
SearchProfilesRequest & WithAdditionalSearchKeys(AdditionalSearchKeysT &&value)
virtual const char * GetServiceRequestName() const override
bool ValuesHasBeenSet() const
bool AdditionalSearchKeysHasBeenSet() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetKeyName() const
LogicalOperator GetLogicalOperator() const
const Aws::String & GetDomainName() const
const Aws::String & GetNextToken() const
SearchProfilesRequest & WithKeyName(KeyNameT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector