7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/workdocs/WorkDocsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/workdocs/model/CommentVisibilityType.h>
47 inline void SetAuthenticationToken(
const char* value) { m_authenticationTokenHasBeenSet =
true; m_authenticationToken.assign(value); }
61 inline void SetDocumentId(
const char* value) { m_documentIdHasBeenSet =
true; m_documentId.assign(value); }
75 inline void SetVersionId(
const char* value) { m_versionIdHasBeenSet =
true; m_versionId.assign(value); }
89 inline void SetParentId(
const char* value) { m_parentIdHasBeenSet =
true; m_parentId.assign(value); }
103 inline void SetThreadId(
const char* value) { m_threadIdHasBeenSet =
true; m_threadId.assign(value); }
117 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
145 inline void SetNotifyCollaborators(
bool value) { m_notifyCollaboratorsHasBeenSet =
true; m_notifyCollaborators = value; }
151 bool m_authenticationTokenHasBeenSet =
false;
154 bool m_documentIdHasBeenSet =
false;
157 bool m_versionIdHasBeenSet =
false;
160 bool m_parentIdHasBeenSet =
false;
163 bool m_threadIdHasBeenSet =
false;
166 bool m_textHasBeenSet =
false;
169 bool m_visibilityHasBeenSet =
false;
171 bool m_notifyCollaborators;
172 bool m_notifyCollaboratorsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String