7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/AdditionalSearchKey.h>
12#include <aws/customer-profiles/model/LogicalOperator.h>
20namespace CustomerProfiles {
45 template <
typename NextTokenT = Aws::String>
47 m_nextTokenHasBeenSet =
true;
48 m_nextToken = std::forward<NextTokenT>(value);
50 template <
typename NextTokenT = Aws::String>
65 m_maxResultsHasBeenSet =
true;
80 template <
typename DomainNameT = Aws::String>
82 m_domainNameHasBeenSet =
true;
83 m_domainName = std::forward<DomainNameT>(value);
85 template <
typename DomainNameT = Aws::String>
103 template <
typename KeyNameT = Aws::String>
105 m_keyNameHasBeenSet =
true;
106 m_keyName = std::forward<KeyNameT>(value);
108 template <
typename KeyNameT = Aws::String>
121 template <
typename ValuesT = Aws::Vector<Aws::String>>
123 m_valuesHasBeenSet =
true;
124 m_values = std::forward<ValuesT>(value);
126 template <
typename ValuesT = Aws::Vector<Aws::String>>
131 template <
typename ValuesT = Aws::String>
133 m_valuesHasBeenSet =
true;
134 m_values.emplace_back(std::forward<ValuesT>(value));
151 template <
typename AdditionalSearchKeysT = Aws::Vector<AdditionalSearchKey>>
153 m_additionalSearchKeysHasBeenSet =
true;
154 m_additionalSearchKeys = std::forward<AdditionalSearchKeysT>(value);
156 template <
typename AdditionalSearchKeysT = Aws::Vector<AdditionalSearchKey>>
161 template <
typename AdditionalSearchKeysT = AdditionalSearchKey>
163 m_additionalSearchKeysHasBeenSet =
true;
164 m_additionalSearchKeys.emplace_back(std::forward<AdditionalSearchKeysT>(value));
185 m_logicalOperatorHasBeenSet =
true;
186 m_logicalOperator = value;
207 bool m_nextTokenHasBeenSet =
false;
208 bool m_maxResultsHasBeenSet =
false;
209 bool m_domainNameHasBeenSet =
false;
210 bool m_keyNameHasBeenSet =
false;
211 bool m_valuesHasBeenSet =
false;
212 bool m_additionalSearchKeysHasBeenSet =
false;
213 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