7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename CommentIdT = Aws::String>
48 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
49 template<
typename CommentIdT = Aws::String>
59 template<
typename CreatedDateT = Aws::Utils::DateTime>
60 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
61 template<
typename CreatedDateT = Aws::Utils::DateTime>
71 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
72 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
73 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
83 template<
typename CreatorT = Aws::String>
84 void SetCreator(CreatorT&& value) { m_creatorHasBeenSet =
true; m_creator = std::forward<CreatorT>(value); }
85 template<
typename CreatorT = Aws::String>
95 template<
typename LastUpdatedByT = Aws::String>
96 void SetLastUpdatedBy(LastUpdatedByT&& value) { m_lastUpdatedByHasBeenSet =
true; m_lastUpdatedBy = std::forward<LastUpdatedByT>(value); }
97 template<
typename LastUpdatedByT = Aws::String>
107 template<
typename BodyT = Aws::String>
108 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
109 template<
typename BodyT = Aws::String>
115 bool m_commentIdHasBeenSet =
false;
118 bool m_createdDateHasBeenSet =
false;
121 bool m_lastUpdatedDateHasBeenSet =
false;
124 bool m_creatorHasBeenSet =
false;
127 bool m_lastUpdatedByHasBeenSet =
false;
130 bool m_bodyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue