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>
51 inline void SetCommentId(
const char* value) { m_commentIdHasBeenSet =
true; m_commentId.assign(value); }
63 inline void SetContributor(
const User& value) { m_contributorHasBeenSet =
true; m_contributor = value; }
64 inline void SetContributor(
User&& value) { m_contributorHasBeenSet =
true; m_contributor = std::move(value); }
101 inline void SetRecipientId(
const char* value) { m_recipientIdHasBeenSet =
true; m_recipientId.assign(value); }
115 inline void SetContributorId(
const char* value) { m_contributorIdHasBeenSet =
true; m_contributorId.assign(value); }
123 bool m_commentIdHasBeenSet =
false;
126 bool m_contributorHasBeenSet =
false;
129 bool m_createdTimestampHasBeenSet =
false;
132 bool m_commentStatusHasBeenSet =
false;
135 bool m_recipientIdHasBeenSet =
false;
138 bool m_contributorIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue