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>
68 template<
typename VersionIdT = Aws::String>
69 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
70 template<
typename VersionIdT = Aws::String>
80 template<
typename CommentIdT = Aws::String>
81 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
82 template<
typename CommentIdT = Aws::String>
88 bool m_authenticationTokenHasBeenSet =
false;
91 bool m_documentIdHasBeenSet =
false;
94 bool m_versionIdHasBeenSet =
false;
97 bool m_commentIdHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String