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>
75 template<
typename MarkerT = Aws::String>
76 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
77 template<
typename MarkerT = Aws::String>
85 inline int GetLimit()
const {
return m_limit; }
87 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
98 template<
typename IncludeT = Aws::String>
99 void SetInclude(IncludeT&& value) { m_includeHasBeenSet =
true; m_include = std::forward<IncludeT>(value); }
100 template<
typename IncludeT = Aws::String>
111 template<
typename FieldsT = Aws::String>
112 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
113 template<
typename FieldsT = Aws::String>
119 bool m_authenticationTokenHasBeenSet =
false;
122 bool m_documentIdHasBeenSet =
false;
125 bool m_markerHasBeenSet =
false;
128 bool m_limitHasBeenSet =
false;
131 bool m_includeHasBeenSet =
false;
134 bool m_fieldsHasBeenSet =
false;
const Aws::String & GetDocumentId() const
bool LimitHasBeenSet() const
const Aws::String & GetAuthenticationToken() const
DescribeDocumentVersionsRequest & WithDocumentId(DocumentIdT &&value)
const Aws::String & GetMarker() const
const Aws::String & GetFields() const
void SetInclude(IncludeT &&value)
DescribeDocumentVersionsRequest & WithFields(FieldsT &&value)
void SetDocumentId(DocumentIdT &&value)
AWS_WORKDOCS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_WORKDOCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool MarkerHasBeenSet() const
DescribeDocumentVersionsRequest & WithAuthenticationToken(AuthenticationTokenT &&value)
bool AuthenticationTokenHasBeenSet() const
void SetMarker(MarkerT &&value)
const Aws::String & GetInclude() const
DescribeDocumentVersionsRequest & WithLimit(int value)
void SetFields(FieldsT &&value)
DescribeDocumentVersionsRequest & WithInclude(IncludeT &&value)
bool DocumentIdHasBeenSet() const
AWS_WORKDOCS_API DescribeDocumentVersionsRequest()=default
bool FieldsHasBeenSet() const
DescribeDocumentVersionsRequest & WithMarker(MarkerT &&value)
AWS_WORKDOCS_API Aws::String SerializePayload() const override
bool IncludeHasBeenSet() const
void SetAuthenticationToken(AuthenticationTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String