7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetAuthenticationToken(
const char* value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken.assign(value); }
60 inline void SetDocumentId(
const char* value) { m_documentIdHasBeenSet =
true; m_documentId.assign(value); }
74 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
88 inline void SetCommentId(
const char* value) { m_commentIdHasBeenSet =
true; m_commentId.assign(value); }
96 bool m_authenticationTokenHasBeenSet =
false;
99 bool m_documentIdHasBeenSet =
false;
102 bool m_versionIdHasBeenSet =
false;
105 bool m_commentIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String