7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
41 template <
typename CommentIdT = Aws::String>
43 m_commentIdHasBeenSet =
true;
44 m_commentId = std::forward<CommentIdT>(value);
46 template <
typename CommentIdT = Aws::String>
59 template <
typename CreatedDateT = Aws::Utils::DateTime>
61 m_createdDateHasBeenSet =
true;
62 m_createdDate = std::forward<CreatedDateT>(value);
64 template <
typename CreatedDateT = Aws::Utils::DateTime>
77 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
79 m_lastUpdatedDateHasBeenSet =
true;
80 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
82 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
95 template <
typename CreatorT = Aws::String>
97 m_creatorHasBeenSet =
true;
98 m_creator = std::forward<CreatorT>(value);
100 template <
typename CreatorT = Aws::String>
113 template <
typename LastUpdatedByT = Aws::String>
115 m_lastUpdatedByHasBeenSet =
true;
116 m_lastUpdatedBy = std::forward<LastUpdatedByT>(value);
118 template <
typename LastUpdatedByT = Aws::String>
131 template <
typename BodyT = Aws::String>
133 m_bodyHasBeenSet =
true;
134 m_body = std::forward<BodyT>(value);
136 template <
typename BodyT = Aws::String>
138 SetBody(std::forward<BodyT>(value));
154 bool m_commentIdHasBeenSet =
false;
155 bool m_createdDateHasBeenSet =
false;
156 bool m_lastUpdatedDateHasBeenSet =
false;
157 bool m_creatorHasBeenSet =
false;
158 bool m_lastUpdatedByHasBeenSet =
false;
159 bool m_bodyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue