7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIRRequest.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
42 template <
typename NextTokenT = Aws::String>
44 m_nextTokenHasBeenSet =
true;
45 m_nextToken = std::forward<NextTokenT>(value);
47 template <
typename NextTokenT = Aws::String>
62 m_maxResultsHasBeenSet =
true;
77 template <
typename CaseIdT = Aws::String>
79 m_caseIdHasBeenSet =
true;
80 m_caseId = std::forward<CaseIdT>(value);
82 template <
typename CaseIdT = Aws::String>
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
96 bool m_caseIdHasBeenSet =
false;
bool NextTokenHasBeenSet() const
void SetCaseId(CaseIdT &&value)
ListInvestigationsRequest & WithMaxResults(int value)
ListInvestigationsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SECURITYIR_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool CaseIdHasBeenSet() const
AWS_SECURITYIR_API ListInvestigationsRequest()=default
void SetMaxResults(int value)
const Aws::String & GetCaseId() const
void SetNextToken(NextTokenT &&value)
ListInvestigationsRequest & WithCaseId(CaseIdT &&value)
AWS_SECURITYIR_API Aws::String SerializePayload() const override
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String