7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename CommentIdT = Aws::String>
36 m_commentIdHasBeenSet =
true;
37 m_commentId = std::forward<CommentIdT>(value);
39 template <
typename CommentIdT = Aws::String>
52 template <
typename BodyT = Aws::String>
54 m_bodyHasBeenSet =
true;
55 m_body = std::forward<BodyT>(value);
57 template <
typename BodyT = Aws::String>
59 SetBody(std::forward<BodyT>(value));
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_commentIdHasBeenSet =
false;
85 bool m_bodyHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue