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/GroupSearchType.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>
69 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
96 template<
typename SearchTextT = Aws::String>
97 void SetSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText = std::forward<SearchTextT>(value); }
98 template<
typename SearchTextT = Aws::String>
104 bool m_domainIdentifierHasBeenSet =
false;
107 bool m_groupTypeHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
116 bool m_searchTextHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_DATAZONE_API SearchGroupProfilesRequest()=default
bool SearchTextHasBeenSet() const
const Aws::String & GetSearchText() const
virtual const char * GetServiceRequestName() const override
SearchGroupProfilesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
GroupSearchType GetGroupType() const
void SetSearchText(SearchTextT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
void SetDomainIdentifier(DomainIdentifierT &&value)
SearchGroupProfilesRequest & WithNextToken(NextTokenT &&value)
SearchGroupProfilesRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetGroupType(GroupSearchType value)
const Aws::String & GetNextToken() const
bool GroupTypeHasBeenSet() const
SearchGroupProfilesRequest & WithSearchText(SearchTextT &&value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
SearchGroupProfilesRequest & WithGroupType(GroupSearchType value)
const Aws::String & GetDomainIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String