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 SetIncludeCustomMetadata(
bool value) { m_includeCustomMetadataHasBeenSet =
true; m_includeCustomMetadata = value; }
84 bool m_authenticationTokenHasBeenSet =
false;
87 bool m_folderIdHasBeenSet =
false;
89 bool m_includeCustomMetadata;
90 bool m_includeCustomMetadataHasBeenSet =
false;
bool FolderIdHasBeenSet() const
void SetAuthenticationToken(const Aws::String &value)
GetFolderRequest & WithAuthenticationToken(Aws::String &&value)
void SetFolderId(const char *value)
void SetAuthenticationToken(Aws::String &&value)
void SetAuthenticationToken(const char *value)
bool IncludeCustomMetadataHasBeenSet() const
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetAuthenticationToken() const
void SetIncludeCustomMetadata(bool value)
GetFolderRequest & WithIncludeCustomMetadata(bool value)
bool AuthenticationTokenHasBeenSet() const
GetFolderRequest & WithFolderId(const Aws::String &value)
GetFolderRequest & WithAuthenticationToken(const char *value)
GetFolderRequest & WithFolderId(const char *value)
AWS_WORKDOCS_API GetFolderRequest()
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetFolderId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFolderId() const
GetFolderRequest & WithFolderId(Aws::String &&value)
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetIncludeCustomMetadata() const
GetFolderRequest & WithAuthenticationToken(const Aws::String &value)
void SetFolderId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String