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>
49 template<
typename CommentIdT = Aws::String>
50 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
51 template<
typename CommentIdT = Aws::String>
61 template<
typename ContributorT = User>
62 void SetContributor(ContributorT&& value) { m_contributorHasBeenSet =
true; m_contributor = std::forward<ContributorT>(value); }
63 template<
typename ContributorT = User>
73 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
74 void SetCreatedTimestamp(CreatedTimestampT&& value) { m_createdTimestampHasBeenSet =
true; m_createdTimestamp = std::forward<CreatedTimestampT>(value); }
75 template<
typename CreatedTimestampT = Aws::Utils::DateTime>
95 template<
typename RecipientIdT = Aws::String>
96 void SetRecipientId(RecipientIdT&& value) { m_recipientIdHasBeenSet =
true; m_recipientId = std::forward<RecipientIdT>(value); }
97 template<
typename RecipientIdT = Aws::String>
107 template<
typename ContributorIdT = Aws::String>
108 void SetContributorId(ContributorIdT&& value) { m_contributorIdHasBeenSet =
true; m_contributorId = std::forward<ContributorIdT>(value); }
109 template<
typename ContributorIdT = Aws::String>
115 bool m_commentIdHasBeenSet =
false;
118 bool m_contributorHasBeenSet =
false;
121 bool m_createdTimestampHasBeenSet =
false;
124 bool m_commentStatusHasBeenSet =
false;
127 bool m_recipientIdHasBeenSet =
false;
130 bool m_contributorIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue