7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/UserSearchType.h>
39 template <
typename DomainIdentifierT = Aws::String>
41 m_domainIdentifierHasBeenSet =
true;
42 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
44 template <
typename DomainIdentifierT = Aws::String>
58 m_userTypeHasBeenSet =
true;
73 template <
typename SearchTextT = Aws::String>
75 m_searchTextHasBeenSet =
true;
76 m_searchText = std::forward<SearchTextT>(value);
78 template <
typename SearchTextT = Aws::String>
96 m_maxResultsHasBeenSet =
true;
116 template <
typename NextTokenT = Aws::String>
118 m_nextTokenHasBeenSet =
true;
119 m_nextToken = std::forward<NextTokenT>(value);
121 template <
typename NextTokenT = Aws::String>
137 bool m_domainIdentifierHasBeenSet =
false;
138 bool m_userTypeHasBeenSet =
false;
139 bool m_searchTextHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
141 bool m_nextTokenHasBeenSet =
false;
AWS_DATAZONE_API SearchUserProfilesRequest()=default
bool NextTokenHasBeenSet() const
SearchUserProfilesRequest & WithMaxResults(int value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool UserTypeHasBeenSet() const
int GetMaxResults() const
SearchUserProfilesRequest & WithSearchText(SearchTextT &&value)
SearchUserProfilesRequest & WithUserType(UserSearchType value)
SearchUserProfilesRequest & WithNextToken(NextTokenT &&value)
UserSearchType GetUserType() const
bool MaxResultsHasBeenSet() const
void SetUserType(UserSearchType value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetNextToken() const
const Aws::String & GetSearchText() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool DomainIdentifierHasBeenSet() const
void SetSearchText(SearchTextT &&value)
SearchUserProfilesRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetMaxResults(int value)
bool SearchTextHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String