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>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
106 bool m_startTimeRangeHasBeenSet =
false;
109 bool m_filtersHasBeenSet =
false;
112 bool m_maxResultsHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
118 bool m_typeHasBeenSet =
false;
SearchInsightsRequest & WithNextToken(const char *value)
void SetType(const InsightType &value)
void SetType(InsightType &&value)
SearchInsightsRequest & WithNextToken(const Aws::String &value)
const InsightType & GetType() const
void SetStartTimeRange(const StartTimeRange &value)
const StartTimeRange & GetStartTimeRange() const
void SetFilters(SearchInsightsFilters &&value)
void SetNextToken(const Aws::String &value)
SearchInsightsRequest & WithType(InsightType &&value)
const SearchInsightsFilters & GetFilters() const
SearchInsightsRequest & WithStartTimeRange(StartTimeRange &&value)
void SetMaxResults(int value)
SearchInsightsRequest & WithFilters(const SearchInsightsFilters &value)
void SetNextToken(const char *value)
int GetMaxResults() const
SearchInsightsRequest & WithNextToken(Aws::String &&value)
SearchInsightsRequest & WithFilters(SearchInsightsFilters &&value)
bool FiltersHasBeenSet() const
bool StartTimeRangeHasBeenSet() const
SearchInsightsRequest & WithType(const InsightType &value)
bool NextTokenHasBeenSet() const
SearchInsightsRequest & WithStartTimeRange(const StartTimeRange &value)
void SetStartTimeRange(StartTimeRange &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
AWS_DEVOPSGURU_API SearchInsightsRequest()
bool TypeHasBeenSet() const
void SetFilters(const SearchInsightsFilters &value)
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
SearchInsightsRequest & WithMaxResults(int value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String