7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AuthenticationTokenT = Aws::String>
51 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
52 template<
typename AuthenticationTokenT = Aws::String>
62 template<
typename SearchQueryT = Aws::String>
63 void SetSearchQuery(SearchQueryT&& value) { m_searchQueryHasBeenSet =
true; m_searchQuery = std::forward<SearchQueryT>(value); }
64 template<
typename SearchQueryT = Aws::String>
74 template<
typename OrganizationIdT = Aws::String>
75 void SetOrganizationId(OrganizationIdT&& value) { m_organizationIdHasBeenSet =
true; m_organizationId = std::forward<OrganizationIdT>(value); }
76 template<
typename OrganizationIdT = Aws::String>
87 template<
typename MarkerT = Aws::String>
88 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
89 template<
typename MarkerT = Aws::String>
97 inline int GetLimit()
const {
return m_limit; }
99 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
105 bool m_authenticationTokenHasBeenSet =
false;
108 bool m_searchQueryHasBeenSet =
false;
111 bool m_organizationIdHasBeenSet =
false;
114 bool m_markerHasBeenSet =
false;
117 bool m_limitHasBeenSet =
false;
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAuthenticationToken() const
DescribeGroupsRequest & WithLimit(int value)
bool SearchQueryHasBeenSet() const
DescribeGroupsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetMarker() const
DescribeGroupsRequest & WithSearchQuery(SearchQueryT &&value)
bool OrganizationIdHasBeenSet() const
const Aws::String & GetSearchQuery() const
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetMarker(MarkerT &&value)
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AuthenticationTokenHasBeenSet() const
AWS_WORKDOCS_API DescribeGroupsRequest()=default
bool LimitHasBeenSet() const
void SetSearchQuery(SearchQueryT &&value)
DescribeGroupsRequest & WithMarker(MarkerT &&value)
void SetOrganizationId(OrganizationIdT &&value)
const Aws::String & GetOrganizationId() const
virtual const char * GetServiceRequestName() const override
void SetAuthenticationToken(AuthenticationTokenT &&value)
DescribeGroupsRequest & WithOrganizationId(OrganizationIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String