7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/model/StartTimeRange.h>
10#include <aws/devops-guru/model/SearchInsightsFilters.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/devops-guru/model/InsightType.h>
45 template<
typename StartTimeRangeT = StartTimeRange>
46 void SetStartTimeRange(StartTimeRangeT&& value) { m_startTimeRangeHasBeenSet =
true; m_startTimeRange = std::forward<StartTimeRangeT>(value); }
47 template<
typename StartTimeRangeT = StartTimeRange>
58 template<
typename FiltersT = SearchInsightsFilters>
59 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
60 template<
typename FiltersT = SearchInsightsFilters>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
102 bool m_startTimeRangeHasBeenSet =
false;
105 bool m_filtersHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 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