7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetAuthenticationToken(
const char* value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken.assign(value); }
60 inline void SetFolderId(
const char* value) { m_folderIdHasBeenSet =
true; m_folderId.assign(value); }
68 bool m_authenticationTokenHasBeenSet =
false;
71 bool m_folderIdHasBeenSet =
false;
bool FolderIdHasBeenSet() const
DeleteFolderContentsRequest & WithAuthenticationToken(Aws::String &&value)
void SetFolderId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetFolderId(const Aws::String &value)
DeleteFolderContentsRequest & WithFolderId(Aws::String &&value)
DeleteFolderContentsRequest & WithFolderId(const char *value)
const Aws::String & GetFolderId() const
const Aws::String & GetAuthenticationToken() const
DeleteFolderContentsRequest & WithAuthenticationToken(const Aws::String &value)
void SetAuthenticationToken(Aws::String &&value)
DeleteFolderContentsRequest & WithAuthenticationToken(const char *value)
AWS_WORKDOCS_API DeleteFolderContentsRequest()
DeleteFolderContentsRequest & WithFolderId(const Aws::String &value)
void SetAuthenticationToken(const char *value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetAuthenticationToken(const Aws::String &value)
void SetFolderId(const char *value)
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AuthenticationTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String