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 DocumentIdT = Aws::String>
57 void SetDocumentId(DocumentIdT&& value) { m_documentIdHasBeenSet =
true; m_documentId = std::forward<DocumentIdT>(value); }
58 template<
typename DocumentIdT = Aws::String>
64 bool m_authenticationTokenHasBeenSet =
false;
67 bool m_documentIdHasBeenSet =
false;
bool DocumentIdHasBeenSet() const
const Aws::String & GetDocumentId() const
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
RestoreDocumentVersionsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
AWS_WORKDOCS_API RestoreDocumentVersionsRequest()=default
AWS_WORKDOCS_API Aws::String SerializePayload() const override
const Aws::String & GetAuthenticationToken() const
bool AuthenticationTokenHasBeenSet() const
void SetDocumentId(DocumentIdT &&value)
RestoreDocumentVersionsRequest & WithDocumentId(DocumentIdT &&value)
void SetAuthenticationToken(AuthenticationTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String