7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIRRequest.h>
10#include <aws/security-ir/SecurityIR_EXPORTS.h>
39 template <
typename CaseIdT = Aws::String>
41 m_caseIdHasBeenSet =
true;
42 m_caseId = std::forward<CaseIdT>(value);
44 template <
typename CaseIdT = Aws::String>
60 template <
typename ClientTokenT = Aws::String>
62 m_clientTokenHasBeenSet =
true;
63 m_clientToken = std::forward<ClientTokenT>(value);
65 template <
typename ClientTokenT = Aws::String>
79 template <
typename RequestBodyT = Aws::String>
81 m_requestBodyHasBeenSet =
true;
82 m_requestBody = std::forward<RequestBodyT>(value);
84 template <
typename RequestBodyT = Aws::String>
96 bool m_caseIdHasBeenSet =
false;
97 bool m_clientTokenHasBeenSet =
true;
98 bool m_requestBodyHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String