7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/detective/DetectiveRequest.h>
9#include <aws/detective/Detective_EXPORTS.h>
10#include <aws/detective/model/FilterCriteria.h>
11#include <aws/detective/model/SortCriteria.h>
39 template <
typename GraphArnT = Aws::String>
41 m_graphArnHasBeenSet =
true;
42 m_graphArn = std::forward<GraphArnT>(value);
44 template <
typename GraphArnT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_maxResultsHasBeenSet =
true;
95 template <
typename FilterCriteriaT = FilterCriteria>
97 m_filterCriteriaHasBeenSet =
true;
98 m_filterCriteria = std::forward<FilterCriteriaT>(value);
100 template <
typename FilterCriteriaT = FilterCriteria>
113 template <
typename SortCriteriaT = SortCriteria>
115 m_sortCriteriaHasBeenSet =
true;
116 m_sortCriteria = std::forward<SortCriteriaT>(value);
118 template <
typename SortCriteriaT = SortCriteria>
126 bool m_graphArnHasBeenSet =
false;
129 bool m_nextTokenHasBeenSet =
false;
132 bool m_maxResultsHasBeenSet =
false;
134 FilterCriteria m_filterCriteria;
135 bool m_filterCriteriaHasBeenSet =
false;
137 SortCriteria m_sortCriteria;
138 bool m_sortCriteriaHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ListInvestigationsRequest & WithMaxResults(int value)
void SetSortCriteria(SortCriteriaT &&value)
bool GraphArnHasBeenSet() const
void SetMaxResults(int value)
const SortCriteria & GetSortCriteria() const
const Aws::String & GetGraphArn() const
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool SortCriteriaHasBeenSet() const
bool NextTokenHasBeenSet() const
const FilterCriteria & GetFilterCriteria() const
void SetNextToken(NextTokenT &&value)
ListInvestigationsRequest & WithSortCriteria(SortCriteriaT &&value)
void SetGraphArn(GraphArnT &&value)
AWS_DETECTIVE_API Aws::String SerializePayload() const override
void SetFilterCriteria(FilterCriteriaT &&value)
bool FilterCriteriaHasBeenSet() const
AWS_DETECTIVE_API ListInvestigationsRequest()=default
ListInvestigationsRequest & WithGraphArn(GraphArnT &&value)
ListInvestigationsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
ListInvestigationsRequest & WithFilterCriteria(FilterCriteriaT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String