7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workdocs/model/ResourceSortType.h>
11#include <aws/workdocs/model/OrderType.h>
12#include <aws/workdocs/model/FolderContentType.h>
53 template<
typename AuthenticationTokenT = Aws::String>
54 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
55 template<
typename AuthenticationTokenT = Aws::String>
65 template<
typename FolderIdT = Aws::String>
66 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
67 template<
typename FolderIdT = Aws::String>
95 inline int GetLimit()
const {
return m_limit; }
97 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
108 template<
typename MarkerT = Aws::String>
109 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
110 template<
typename MarkerT = Aws::String>
131 template<
typename IncludeT = Aws::String>
132 void SetInclude(IncludeT&& value) { m_includeHasBeenSet =
true; m_include = std::forward<IncludeT>(value); }
133 template<
typename IncludeT = Aws::String>
139 bool m_authenticationTokenHasBeenSet =
false;
142 bool m_folderIdHasBeenSet =
false;
145 bool m_sortHasBeenSet =
false;
148 bool m_orderHasBeenSet =
false;
151 bool m_limitHasBeenSet =
false;
154 bool m_markerHasBeenSet =
false;
157 bool m_typeHasBeenSet =
false;
160 bool m_includeHasBeenSet =
false;
bool MarkerHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_WORKDOCS_API DescribeFolderContentsRequest()=default
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMarker(MarkerT &&value)
OrderType GetOrder() const
FolderContentType GetType() const
ResourceSortType GetSort() const
const Aws::String & GetFolderId() const
DescribeFolderContentsRequest & WithOrder(OrderType value)
void SetInclude(IncludeT &&value)
DescribeFolderContentsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
bool SortHasBeenSet() const
const Aws::String & GetInclude() const
bool FolderIdHasBeenSet() const
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DescribeFolderContentsRequest & WithInclude(IncludeT &&value)
DescribeFolderContentsRequest & WithFolderId(FolderIdT &&value)
bool TypeHasBeenSet() const
DescribeFolderContentsRequest & WithLimit(int value)
bool IncludeHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
bool LimitHasBeenSet() const
void SetFolderId(FolderIdT &&value)
bool AuthenticationTokenHasBeenSet() const
void SetSort(ResourceSortType value)
void SetType(FolderContentType value)
const Aws::String & GetMarker() const
DescribeFolderContentsRequest & WithSort(ResourceSortType value)
DescribeFolderContentsRequest & WithType(FolderContentType value)
bool OrderHasBeenSet() const
DescribeFolderContentsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetAuthenticationToken() const
void SetOrder(OrderType value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String