7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AuthenticationTokenT = Aws::String>
50 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
51 template<
typename AuthenticationTokenT = Aws::String>
59 inline int GetLimit()
const {
return m_limit; }
61 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
72 template<
typename MarkerT = Aws::String>
73 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
74 template<
typename MarkerT = Aws::String>
80 bool m_authenticationTokenHasBeenSet =
false;
83 bool m_limitHasBeenSet =
false;
86 bool m_markerHasBeenSet =
false;
void SetAuthenticationToken(AuthenticationTokenT &&value)
bool MarkerHasBeenSet() const
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DescribeRootFoldersRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
AWS_WORKDOCS_API DescribeRootFoldersRequest()=default
void SetMarker(MarkerT &&value)
DescribeRootFoldersRequest & WithLimit(int value)
DescribeRootFoldersRequest & WithMarker(MarkerT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetMarker() const
bool AuthenticationTokenHasBeenSet() const
const Aws::String & GetAuthenticationToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String