7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename AuthorNameT = Aws::String>
49 void SetAuthorName(AuthorNameT&& value) { m_authorNameHasBeenSet =
true; m_authorName = std::forward<AuthorNameT>(value); }
50 template<
typename AuthorNameT = Aws::String>
60 template<
typename CommentBodyT = Aws::String>
61 void SetCommentBody(CommentBodyT&& value) { m_commentBodyHasBeenSet =
true; m_commentBody = std::forward<CommentBodyT>(value); }
62 template<
typename CommentBodyT = Aws::String>
72 template<
typename PostedDateT = Aws::Utils::DateTime>
73 void SetPostedDate(PostedDateT&& value) { m_postedDateHasBeenSet =
true; m_postedDate = std::forward<PostedDateT>(value); }
74 template<
typename PostedDateT = Aws::Utils::DateTime>
80 bool m_authorNameHasBeenSet =
false;
83 bool m_commentBodyHasBeenSet =
false;
86 bool m_postedDateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue