7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/UserSearchType.h>
43 template<
typename DomainIdentifierT = Aws::String>
44 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
45 template<
typename DomainIdentifierT = Aws::String>
59 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
86 template<
typename SearchTextT = Aws::String>
87 void SetSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText = std::forward<SearchTextT>(value); }
88 template<
typename SearchTextT = Aws::String>
104 bool m_domainIdentifierHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
110 bool m_nextTokenHasBeenSet =
false;
113 bool m_searchTextHasBeenSet =
false;
116 bool m_userTypeHasBeenSet =
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