7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAuthenticationToken(
const char* value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken.assign(value); }
66 inline void SetDocumentId(
const char* value) { m_documentIdHasBeenSet =
true; m_documentId.assign(value); }
80 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
92 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
105 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
113 bool m_authenticationTokenHasBeenSet =
false;
116 bool m_documentIdHasBeenSet =
false;
119 bool m_versionIdHasBeenSet =
false;
122 bool m_limitHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String