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 NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename ParentFolderIdT = Aws::String>
69 void SetParentFolderId(ParentFolderIdT&& value) { m_parentFolderIdHasBeenSet =
true; m_parentFolderId = std::forward<ParentFolderIdT>(value); }
70 template<
typename ParentFolderIdT = Aws::String>
76 bool m_authenticationTokenHasBeenSet =
false;
79 bool m_nameHasBeenSet =
false;
82 bool m_parentFolderIdHasBeenSet =
false;
void SetName(NameT &&value)
CreateFolderRequest & WithParentFolderId(ParentFolderIdT &&value)
bool ParentFolderIdHasBeenSet() const
const Aws::String & GetAuthenticationToken() const
void SetParentFolderId(ParentFolderIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetParentFolderId() const
CreateFolderRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API CreateFolderRequest()=default
AWS_WORKDOCS_API Aws::String SerializePayload() const override
void SetAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AuthenticationTokenHasBeenSet() const
CreateFolderRequest & WithName(NameT &&value)
bool NameHasBeenSet() 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