7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/security-ir/SecurityIRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename CaseIdT = Aws::String>
43 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
44 template<
typename CaseIdT = Aws::String>
55 template<
typename CommentIdT = Aws::String>
56 void SetCommentId(CommentIdT&& value) { m_commentIdHasBeenSet =
true; m_commentId = std::forward<CommentIdT>(value); }
57 template<
typename CommentIdT = Aws::String>
68 template<
typename RequestBodyT = Aws::String>
69 void SetRequestBody(RequestBodyT&& value) { m_requestBodyHasBeenSet =
true; m_requestBody = std::forward<RequestBodyT>(value); }
70 template<
typename RequestBodyT = Aws::String>
76 bool m_caseIdHasBeenSet =
false;
79 bool m_commentIdHasBeenSet =
false;
82 bool m_requestBodyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String