7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIRRequest.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
39 template <
typename NextTokenT = Aws::String>
41 m_nextTokenHasBeenSet =
true;
42 m_nextToken = std::forward<NextTokenT>(value);
44 template <
typename NextTokenT = Aws::String>
58 m_maxResultsHasBeenSet =
true;
73 template <
typename CaseIdT = Aws::String>
75 m_caseIdHasBeenSet =
true;
76 m_caseId = std::forward<CaseIdT>(value);
78 template <
typename CaseIdT = Aws::String>
90 bool m_nextTokenHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
92 bool m_caseIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String