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 DocumentIdT = Aws::String>
63 void SetDocumentId(DocumentIdT&& value) { m_documentIdHasBeenSet =
true; m_documentId = std::forward<DocumentIdT>(value); }
64 template<
typename DocumentIdT = Aws::String>
74 template<
typename VersionIdT = Aws::String>
75 void SetVersionId(VersionIdT&& value) { m_versionIdHasBeenSet =
true; m_versionId = std::forward<VersionIdT>(value); }
76 template<
typename VersionIdT = Aws::String>
84 inline int GetLimit()
const {
return m_limit; }
86 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
97 template<
typename MarkerT = Aws::String>
98 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
99 template<
typename MarkerT = Aws::String>
105 bool m_authenticationTokenHasBeenSet =
false;
108 bool m_documentIdHasBeenSet =
false;
111 bool m_versionIdHasBeenSet =
false;
114 bool m_limitHasBeenSet =
false;
117 bool m_markerHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String