7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAuthenticationToken(
const char* value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken.assign(value); }
66 inline void SetFolderId(
const char* value) { m_folderIdHasBeenSet =
true; m_folderId.assign(value); }
78 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
91 inline void SetFields(
const char* value) { m_fieldsHasBeenSet =
true; m_fields.assign(value); }
105 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
113 bool m_authenticationTokenHasBeenSet =
false;
116 bool m_folderIdHasBeenSet =
false;
119 bool m_limitHasBeenSet =
false;
122 bool m_fieldsHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
GetFolderPathRequest & WithFields(const char *value)
void SetAuthenticationToken(const Aws::String &value)
void SetFolderId(const char *value)
GetFolderPathRequest & WithMarker(Aws::String &&value)
void SetFields(const Aws::String &value)
void SetMarker(const Aws::String &value)
void SetFields(const char *value)
bool MarkerHasBeenSet() const
GetFolderPathRequest & WithFolderId(const Aws::String &value)
GetFolderPathRequest & WithFolderId(const char *value)
virtual const char * GetServiceRequestName() const override
bool AuthenticationTokenHasBeenSet() const
const Aws::String & GetFields() const
const Aws::String & GetAuthenticationToken() const
const Aws::String & GetFolderId() const
GetFolderPathRequest & WithFields(const Aws::String &value)
AWS_WORKDOCS_API GetFolderPathRequest()
void SetFolderId(const Aws::String &value)
void SetMarker(const char *value)
GetFolderPathRequest & WithMarker(const char *value)
bool FolderIdHasBeenSet() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMarker(Aws::String &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
GetFolderPathRequest & WithFields(Aws::String &&value)
GetFolderPathRequest & WithAuthenticationToken(const char *value)
GetFolderPathRequest & WithAuthenticationToken(Aws::String &&value)
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetAuthenticationToken(Aws::String &&value)
GetFolderPathRequest & WithLimit(int value)
const Aws::String & GetMarker() const
GetFolderPathRequest & WithAuthenticationToken(const Aws::String &value)
GetFolderPathRequest & WithFolderId(Aws::String &&value)
void SetAuthenticationToken(const char *value)
bool LimitHasBeenSet() const
bool FieldsHasBeenSet() const
void SetFolderId(Aws::String &&value)
void SetFields(Aws::String &&value)
GetFolderPathRequest & WithMarker(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String