7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/workdocs/model/User.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/workdocs/model/CommentStatusType.h>
12#include <aws/workdocs/model/CommentVisibilityType.h>
52 inline void SetCommentId(
const char* value) { m_commentIdHasBeenSet =
true; m_commentId.assign(value); }
66 inline void SetParentId(
const char* value) { m_parentIdHasBeenSet =
true; m_parentId.assign(value); }
80 inline void SetThreadId(
const char* value) { m_threadIdHasBeenSet =
true; m_threadId.assign(value); }
94 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
106 inline void SetContributor(
const User& value) { m_contributorHasBeenSet =
true; m_contributor = value; }
107 inline void SetContributor(
User&& value) { m_contributorHasBeenSet =
true; m_contributor = std::move(value); }
160 inline void SetRecipientId(
const char* value) { m_recipientIdHasBeenSet =
true; m_recipientId.assign(value); }
168 bool m_commentIdHasBeenSet =
false;
171 bool m_parentIdHasBeenSet =
false;
174 bool m_threadIdHasBeenSet =
false;
177 bool m_textHasBeenSet =
false;
180 bool m_contributorHasBeenSet =
false;
183 bool m_createdTimestampHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
189 bool m_visibilityHasBeenSet =
false;
192 bool m_recipientIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue