7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/security-ir/SecurityIRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NextTokenT = Aws::String>
42 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
43 template<
typename NextTokenT = Aws::String>
53 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
63 template<
typename CaseIdT = Aws::String>
64 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
65 template<
typename CaseIdT = Aws::String>
71 bool m_nextTokenHasBeenSet =
false;
74 bool m_maxResultsHasBeenSet =
false;
77 bool m_caseIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String