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
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
90 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
104 inline void SetOrderBy(
OrderBy&& value) { m_orderByHasBeenSet =
true; m_orderBy = std::move(value); }
133 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
153 bool m_endTimeHasBeenSet =
false;
156 bool m_maxResultsHasBeenSet =
false;
159 bool m_nextTokenHasBeenSet =
false;
162 bool m_orderByHasBeenSet =
false;
165 bool m_periodHasBeenSet =
false;
168 bool m_profilingGroupNameHasBeenSet =
false;
171 bool m_startTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
ListProfileTimesRequest & WithOrderBy(OrderBy &&value)
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PeriodHasBeenSet() const
bool OrderByHasBeenSet() const
void SetNextToken(const char *value)
bool ProfilingGroupNameHasBeenSet() const
ListProfileTimesRequest & WithOrderBy(const OrderBy &value)
AWS_CODEGURUPROFILER_API ListProfileTimesRequest()
void SetOrderBy(const OrderBy &value)
void SetProfilingGroupName(const Aws::String &value)
ListProfileTimesRequest & WithProfilingGroupName(const char *value)
void SetEndTime(Aws::Utils::DateTime &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetPeriod(AggregationPeriod &&value)
void SetProfilingGroupName(const char *value)
ListProfileTimesRequest & WithPeriod(const AggregationPeriod &value)
bool StartTimeHasBeenSet() const
void SetPeriod(const AggregationPeriod &value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetNextToken(const Aws::String &value)
ListProfileTimesRequest & WithProfilingGroupName(const Aws::String &value)
void SetNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetStartTime(const Aws::Utils::DateTime &value)
ListProfileTimesRequest & WithMaxResults(int value)
ListProfileTimesRequest & WithNextToken(const char *value)
ListProfileTimesRequest & WithNextToken(const Aws::String &value)
ListProfileTimesRequest & WithPeriod(AggregationPeriod &&value)
int GetMaxResults() const
ListProfileTimesRequest & WithProfilingGroupName(Aws::String &&value)
const Aws::String & GetNextToken() const
ListProfileTimesRequest & WithStartTime(Aws::Utils::DateTime &&value)
const OrderBy & GetOrderBy() const
ListProfileTimesRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetProfilingGroupName(Aws::String &&value)
ListProfileTimesRequest & WithNextToken(Aws::String &&value)
void SetOrderBy(OrderBy &&value)
const AggregationPeriod & GetPeriod() const
ListProfileTimesRequest & WithStartTime(const Aws::Utils::DateTime &value)
ListProfileTimesRequest & WithEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartTime() const
void SetEndTime(const Aws::Utils::DateTime &value)
bool NextTokenHasBeenSet() const
const Aws::String & GetProfilingGroupName() const
bool EndTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String