7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
10#include <aws/guardduty/model/InvestigationSortCriteria.h>
42 template <
typename DetectorIdT = Aws::String>
44 m_detectorIdHasBeenSet =
true;
45 m_detectorId = std::forward<DetectorIdT>(value);
47 template <
typename DetectorIdT = Aws::String>
60 template <
typename SortCriteriaT = InvestigationSortCriteria>
62 m_sortCriteriaHasBeenSet =
true;
63 m_sortCriteria = std::forward<SortCriteriaT>(value);
65 template <
typename SortCriteriaT = InvestigationSortCriteria>
80 m_maxResultsHasBeenSet =
true;
98 template <
typename NextTokenT = Aws::String>
100 m_nextTokenHasBeenSet =
true;
101 m_nextToken = std::forward<NextTokenT>(value);
103 template <
typename NextTokenT = Aws::String>
117 bool m_detectorIdHasBeenSet =
false;
118 bool m_sortCriteriaHasBeenSet =
false;
119 bool m_maxResultsHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetDetectorId() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
ListInvestigationsRequest & WithSortCriteria(SortCriteriaT &&value)
void SetDetectorId(DetectorIdT &&value)
ListInvestigationsRequest & WithMaxResults(int value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
ListInvestigationsRequest & WithDetectorId(DetectorIdT &&value)
ListInvestigationsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool DetectorIdHasBeenSet() const
const InvestigationSortCriteria & GetSortCriteria() const
AWS_GUARDDUTY_API ListInvestigationsRequest()=default
bool SortCriteriaHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetSortCriteria(SortCriteriaT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String