7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/InsightType.h>
11#include <aws/devops-guru/model/SearchInsightsFilters.h>
12#include <aws/devops-guru/model/StartTimeRange.h>
41 template <
typename StartTimeRangeT = StartTimeRange>
43 m_startTimeRangeHasBeenSet =
true;
44 m_startTimeRange = std::forward<StartTimeRangeT>(value);
46 template <
typename StartTimeRangeT = StartTimeRange>
60 template <
typename FiltersT = SearchInsightsFilters>
62 m_filtersHasBeenSet =
true;
63 m_filters = std::forward<FiltersT>(value);
65 template <
typename FiltersT = SearchInsightsFilters>
81 m_maxResultsHasBeenSet =
true;
97 template <
typename NextTokenT = Aws::String>
99 m_nextTokenHasBeenSet =
true;
100 m_nextToken = std::forward<NextTokenT>(value);
102 template <
typename NextTokenT = Aws::String>
117 m_typeHasBeenSet =
true;
135 bool m_startTimeRangeHasBeenSet =
false;
136 bool m_filtersHasBeenSet =
false;
137 bool m_maxResultsHasBeenSet =
false;
138 bool m_nextTokenHasBeenSet =
false;
139 bool m_typeHasBeenSet =
false;
SearchInsightsRequest & WithFilters(FiltersT &&value)
const StartTimeRange & GetStartTimeRange() const
InsightType GetType() const
const SearchInsightsFilters & GetFilters() const
SearchInsightsRequest & WithType(InsightType value)
void SetMaxResults(int value)
SearchInsightsRequest & WithStartTimeRange(StartTimeRangeT &&value)
int GetMaxResults() const
bool FiltersHasBeenSet() const
bool StartTimeRangeHasBeenSet() const
void SetFilters(FiltersT &&value)
bool NextTokenHasBeenSet() const
void SetStartTimeRange(StartTimeRangeT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool TypeHasBeenSet() const
AWS_DEVOPSGURU_API SearchInsightsRequest()=default
void SetType(InsightType value)
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
SearchInsightsRequest & WithNextToken(NextTokenT &&value)
SearchInsightsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String