7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AuthenticationTokenT = Aws::String>
51 void SetAuthenticationToken(AuthenticationTokenT&& value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken = std::forward<AuthenticationTokenT>(value); }
52 template<
typename AuthenticationTokenT = Aws::String>
62 template<
typename FolderIdT = Aws::String>
63 void SetFolderId(FolderIdT&& value) { m_folderIdHasBeenSet =
true; m_folderId = std::forward<FolderIdT>(value); }
64 template<
typename FolderIdT = Aws::String>
74 inline void SetIncludeCustomMetadata(
bool value) { m_includeCustomMetadataHasBeenSet =
true; m_includeCustomMetadata = value; }
80 bool m_authenticationTokenHasBeenSet =
false;
83 bool m_folderIdHasBeenSet =
false;
85 bool m_includeCustomMetadata{
false};
86 bool m_includeCustomMetadataHasBeenSet =
false;
GetFolderRequest & WithFolderId(FolderIdT &&value)
void SetFolderId(FolderIdT &&value)
bool FolderIdHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&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)
GetFolderRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
bool AuthenticationTokenHasBeenSet() const
AWS_WORKDOCS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFolderId() const
AWS_WORKDOCS_API GetFolderRequest()=default
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GetIncludeCustomMetadata() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String