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/ResourceCollectionType.h>
51 template<
typename AuthenticationTokenT = Aws::String>
52 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
53 template<
typename AuthenticationTokenT = Aws::String>
64 template<
typename UserIdT = Aws::String>
65 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
66 template<
typename UserIdT = Aws::String>
84 inline int GetLimit()
const {
return m_limit; }
86 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
97 template<
typename MarkerT = Aws::String>
98 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
99 template<
typename MarkerT = Aws::String>
105 bool m_authenticationTokenHasBeenSet =
false;
108 bool m_userIdHasBeenSet =
false;
111 bool m_collectionTypeHasBeenSet =
false;
114 bool m_limitHasBeenSet =
false;
117 bool m_markerHasBeenSet =
false;
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AuthenticationTokenHasBeenSet() const
const Aws::String & GetMarker() const
const Aws::String & GetUserId() const
GetResourcesRequest & WithCollectionType(ResourceCollectionType value)
GetResourcesRequest & WithLimit(int value)
AWS_WORKDOCS_API GetResourcesRequest()=default
ResourceCollectionType GetCollectionType() const
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetUserId(UserIdT &&value)
const Aws::String & GetAuthenticationToken() const
void SetCollectionType(ResourceCollectionType value)
bool CollectionTypeHasBeenSet() const
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MarkerHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
bool UserIdHasBeenSet() const
GetResourcesRequest & WithUserId(UserIdT &&value)
GetResourcesRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
void SetMarker(MarkerT &&value)
GetResourcesRequest & WithMarker(MarkerT &&value)
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String