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/ResourceStateType.h>
45 template<
typename AuthenticationTokenT = Aws::String>
46 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
47 template<
typename AuthenticationTokenT = Aws::String>
57 template<
typename FolderIdT = Aws::String>
58 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
59 template<
typename FolderIdT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
81 template<
typename ParentFolderIdT = Aws::String>
82 void SetParentFolderId(ParentFolderIdT&& value) { m_parentFolderIdHasBeenSet =
true; m_parentFolderId = std::forward<ParentFolderIdT>(value); }
83 template<
typename ParentFolderIdT = Aws::String>
100 bool m_authenticationTokenHasBeenSet =
false;
103 bool m_folderIdHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_parentFolderIdHasBeenSet =
false;
112 bool m_resourceStateHasBeenSet =
false;
UpdateFolderRequest & WithFolderId(FolderIdT &&value)
const Aws::String & GetAuthenticationToken() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetResourceState(ResourceStateType value)
void SetParentFolderId(ParentFolderIdT &&value)
bool AuthenticationTokenHasBeenSet() const
bool FolderIdHasBeenSet() const
bool ResourceStateHasBeenSet() const
const Aws::String & GetParentFolderId() const
bool ParentFolderIdHasBeenSet() const
AWS_WORKDOCS_API UpdateFolderRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_WORKDOCS_API Aws::String SerializePayload() const override
UpdateFolderRequest & WithParentFolderId(ParentFolderIdT &&value)
bool NameHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
void SetFolderId(FolderIdT &&value)
UpdateFolderRequest & WithResourceState(ResourceStateType value)
UpdateFolderRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
const Aws::String & GetFolderId() const
UpdateFolderRequest & WithName(NameT &&value)
void SetName(NameT &&value)
ResourceStateType GetResourceState() const
const Aws::String & GetName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String