7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AuthenticationTokenT = Aws::String>
45 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
46 template<
typename AuthenticationTokenT = Aws::String>
56 template<
typename FolderIdT = Aws::String>
57 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
58 template<
typename FolderIdT = Aws::String>
64 bool m_authenticationTokenHasBeenSet =
false;
67 bool m_folderIdHasBeenSet =
false;
void SetAuthenticationToken(AuthenticationTokenT &&value)
bool FolderIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DeleteFolderContentsRequest & WithFolderId(FolderIdT &&value)
AWS_WORKDOCS_API DeleteFolderContentsRequest()=default
DeleteFolderContentsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetFolderId() const
const Aws::String & GetAuthenticationToken() const
void SetFolderId(FolderIdT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
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