7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/codeguruprofiler/model/OrderBy.h>
12#include <aws/codeguruprofiler/model/AggregationPeriod.h>
21namespace CodeGuruProfiler
54 template<
typename EndTimeT = Aws::Utils::DateTime>
55 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
56 template<
typename EndTimeT = Aws::Utils::DateTime>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
125 template<
typename ProfilingGroupNameT = Aws::String>
126 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
127 template<
typename ProfilingGroupNameT = Aws::String>
137 template<
typename StartTimeT = Aws::Utils::DateTime>
138 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
139 template<
typename StartTimeT = Aws::Utils::DateTime>
145 bool m_endTimeHasBeenSet =
false;
148 bool m_maxResultsHasBeenSet =
false;
151 bool m_nextTokenHasBeenSet =
false;
154 bool m_orderByHasBeenSet =
false;
157 bool m_periodHasBeenSet =
false;
160 bool m_profilingGroupNameHasBeenSet =
false;
163 bool m_startTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PeriodHasBeenSet() const
bool OrderByHasBeenSet() const
void SetStartTime(StartTimeT &&value)
AWS_CODEGURUPROFILER_API ListProfileTimesRequest()=default
bool ProfilingGroupNameHasBeenSet() const
OrderBy GetOrderBy() const
void SetPeriod(AggregationPeriod value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetProfilingGroupName(ProfilingGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
ListProfileTimesRequest & WithMaxResults(int value)
int GetMaxResults() const
ListProfileTimesRequest & WithPeriod(AggregationPeriod value)
const Aws::String & GetNextToken() const
void SetEndTime(EndTimeT &&value)
AggregationPeriod GetPeriod() const
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetOrderBy(OrderBy value)
bool NextTokenHasBeenSet() const
ListProfileTimesRequest & WithEndTime(EndTimeT &&value)
ListProfileTimesRequest & WithNextToken(NextTokenT &&value)
ListProfileTimesRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
const Aws::String & GetProfilingGroupName() const
ListProfileTimesRequest & WithOrderBy(OrderBy value)
ListProfileTimesRequest & WithStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String