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>
50 template<
typename CommentIdT = Aws::String>
51 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
52 template<
typename CommentIdT = Aws::String>
62 template<
typename ParentIdT = Aws::String>
63 void SetParentId(ParentIdT&& value) { m_parentIdHasBeenSet =
true; m_parentId = std::forward<ParentIdT>(value); }
64 template<
typename ParentIdT = Aws::String>
74 template<
typename ThreadIdT = Aws::String>
75 void SetThreadId(ThreadIdT&& value) { m_threadIdHasBeenSet =
true; m_threadId = std::forward<ThreadIdT>(value); }
76 template<
typename ThreadIdT = Aws::String>
86 template<
typename TextT = Aws::String>
87 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
88 template<
typename TextT = Aws::String>
98 template<
typename ContributorT = User>
99 void SetContributor(ContributorT&& value) { m_contributorHasBeenSet =
true; m_contributor = std::forward<ContributorT>(value); }
100 template<
typename ContributorT = User>
110 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
111 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
112 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
146 template<
typename RecipientIdT = Aws::String>
147 void SetRecipientId(RecipientIdT&& value) { m_recipientIdHasBeenSet =
true; m_recipientId = std::forward<RecipientIdT>(value); }
148 template<
typename RecipientIdT = Aws::String>
154 bool m_commentIdHasBeenSet =
false;
157 bool m_parentIdHasBeenSet =
false;
160 bool m_threadIdHasBeenSet =
false;
163 bool m_textHasBeenSet =
false;
166 bool m_contributorHasBeenSet =
false;
169 bool m_createdTimestampHasBeenSet =
false;
172 bool m_statusHasBeenSet =
false;
175 bool m_visibilityHasBeenSet =
false;
178 bool m_recipientIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue