7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace AuditManager {
42 template <
typename AuthorNameT = Aws::String>
44 m_authorNameHasBeenSet =
true;
45 m_authorName = std::forward<AuthorNameT>(value);
47 template <
typename AuthorNameT = Aws::String>
60 template <
typename CommentBodyT = Aws::String>
62 m_commentBodyHasBeenSet =
true;
63 m_commentBody = std::forward<CommentBodyT>(value);
65 template <
typename CommentBodyT = Aws::String>
78 template <
typename PostedDateT = Aws::Utils::DateTime>
80 m_postedDateHasBeenSet =
true;
81 m_postedDate = std::forward<PostedDateT>(value);
83 template <
typename PostedDateT = Aws::Utils::DateTime>
95 bool m_authorNameHasBeenSet =
false;
96 bool m_commentBodyHasBeenSet =
false;
97 bool m_postedDateHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue