7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
68 inline void SetGroupName(
const char* value) { m_groupNameHasBeenSet =
true; m_groupName.assign(value); }
83 inline void SetGroupARN(
const char* value) { m_groupARNHasBeenSet =
true; m_groupARN.assign(value); }
99 inline void SetEntitySelectorExpression(
const char* value) { m_entitySelectorExpressionHasBeenSet =
true; m_entitySelectorExpression.assign(value); }
111 inline void SetPeriod(
int value) { m_periodHasBeenSet =
true; m_period = value; }
122 inline void SetForecastStatistics(
bool value) { m_forecastStatisticsHasBeenSet =
true; m_forecastStatistics = value; }
134 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
142 bool m_startTimeHasBeenSet =
false;
145 bool m_endTimeHasBeenSet =
false;
148 bool m_groupNameHasBeenSet =
false;
151 bool m_groupARNHasBeenSet =
false;
154 bool m_entitySelectorExpressionHasBeenSet =
false;
157 bool m_periodHasBeenSet =
false;
159 bool m_forecastStatistics;
160 bool m_forecastStatisticsHasBeenSet =
false;
163 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetStartTime(const Aws::Utils::DateTime &value)
GetTimeSeriesServiceStatisticsRequest & WithGroupName(Aws::String &&value)
GetTimeSeriesServiceStatisticsRequest & WithGroupName(const char *value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetGroupName() const
GetTimeSeriesServiceStatisticsRequest & WithEndTime(Aws::Utils::DateTime &&value)
void SetEntitySelectorExpression(Aws::String &&value)
GetTimeSeriesServiceStatisticsRequest & WithNextToken(const Aws::String &value)
void SetGroupName(const Aws::String &value)
GetTimeSeriesServiceStatisticsRequest & WithForecastStatistics(bool value)
GetTimeSeriesServiceStatisticsRequest & WithNextToken(const char *value)
bool GroupARNHasBeenSet() const
void SetEntitySelectorExpression(const Aws::String &value)
bool StartTimeHasBeenSet() const
GetTimeSeriesServiceStatisticsRequest & WithEndTime(const Aws::Utils::DateTime &value)
void SetGroupName(const char *value)
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
void SetGroupARN(const Aws::String &value)
GetTimeSeriesServiceStatisticsRequest & WithEntitySelectorExpression(const Aws::String &value)
const Aws::String & GetGroupARN() const
void SetPeriod(int value)
GetTimeSeriesServiceStatisticsRequest & WithEntitySelectorExpression(Aws::String &&value)
GetTimeSeriesServiceStatisticsRequest & WithPeriod(int value)
AWS_XRAY_API Aws::String SerializePayload() const override
bool GetForecastStatistics() const
void SetGroupName(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetGroupARN(const char *value)
void SetNextToken(const char *value)
const Aws::Utils::DateTime & GetStartTime() const
GetTimeSeriesServiceStatisticsRequest & WithGroupARN(const Aws::String &value)
void SetGroupARN(Aws::String &&value)
void SetStartTime(Aws::Utils::DateTime &&value)
GetTimeSeriesServiceStatisticsRequest & WithGroupARN(const char *value)
void SetEntitySelectorExpression(const char *value)
void SetForecastStatistics(bool value)
bool PeriodHasBeenSet() const
bool EndTimeHasBeenSet() const
bool EntitySelectorExpressionHasBeenSet() const
AWS_XRAY_API GetTimeSeriesServiceStatisticsRequest()
GetTimeSeriesServiceStatisticsRequest & WithStartTime(const Aws::Utils::DateTime &value)
GetTimeSeriesServiceStatisticsRequest & WithGroupName(const Aws::String &value)
bool GroupNameHasBeenSet() const
void SetEndTime(Aws::Utils::DateTime &&value)
GetTimeSeriesServiceStatisticsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
GetTimeSeriesServiceStatisticsRequest & WithGroupARN(Aws::String &&value)
bool ForecastStatisticsHasBeenSet() const
const Aws::String & GetEntitySelectorExpression() const
void SetEndTime(const Aws::Utils::DateTime &value)
GetTimeSeriesServiceStatisticsRequest & WithEntitySelectorExpression(const char *value)
GetTimeSeriesServiceStatisticsRequest & WithStartTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String