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>
42 template<
typename StartTimeT = Aws::Utils::DateTime>
43 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
44 template<
typename StartTimeT = Aws::Utils::DateTime>
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>
66 template<
typename GroupNameT = Aws::String>
67 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
68 template<
typename GroupNameT = Aws::String>
79 template<
typename GroupARNT = Aws::String>
80 void SetGroupARN(GroupARNT&& value) { m_groupARNHasBeenSet =
true; m_groupARN = std::forward<GroupARNT>(value); }
81 template<
typename GroupARNT = Aws::String>
93 template<
typename EntitySelectorExpressionT = Aws::String>
94 void SetEntitySelectorExpression(EntitySelectorExpressionT&& value) { m_entitySelectorExpressionHasBeenSet =
true; m_entitySelectorExpression = std::forward<EntitySelectorExpressionT>(value); }
95 template<
typename EntitySelectorExpressionT = Aws::String>
105 inline void SetPeriod(
int value) { m_periodHasBeenSet =
true; m_period = value; }
116 inline void SetForecastStatistics(
bool value) { m_forecastStatisticsHasBeenSet =
true; m_forecastStatistics = value; }
126 template<
typename NextTokenT = Aws::String>
127 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
128 template<
typename NextTokenT = Aws::String>
134 bool m_startTimeHasBeenSet =
false;
137 bool m_endTimeHasBeenSet =
false;
140 bool m_groupNameHasBeenSet =
false;
143 bool m_groupARNHasBeenSet =
false;
146 bool m_entitySelectorExpressionHasBeenSet =
false;
149 bool m_periodHasBeenSet =
false;
151 bool m_forecastStatistics{
false};
152 bool m_forecastStatisticsHasBeenSet =
false;
155 bool m_nextTokenHasBeenSet =
false;
GetTimeSeriesServiceStatisticsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
GetTimeSeriesServiceStatisticsRequest & WithGroupName(GroupNameT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
const Aws::String & GetGroupName() const
GetTimeSeriesServiceStatisticsRequest & WithForecastStatistics(bool value)
bool GroupARNHasBeenSet() const
bool StartTimeHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetGroupARN() const
void SetPeriod(int value)
GetTimeSeriesServiceStatisticsRequest & WithEndTime(EndTimeT &&value)
GetTimeSeriesServiceStatisticsRequest & WithPeriod(int value)
AWS_XRAY_API Aws::String SerializePayload() const override
bool GetForecastStatistics() const
AWS_XRAY_API GetTimeSeriesServiceStatisticsRequest()=default
const Aws::String & GetNextToken() const
void SetGroupName(GroupNameT &&value)
GetTimeSeriesServiceStatisticsRequest & WithGroupARN(GroupARNT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetStartTime(StartTimeT &&value)
GetTimeSeriesServiceStatisticsRequest & WithStartTime(StartTimeT &&value)
void SetEntitySelectorExpression(EntitySelectorExpressionT &&value)
void SetForecastStatistics(bool value)
bool PeriodHasBeenSet() const
bool EndTimeHasBeenSet() const
bool EntitySelectorExpressionHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool GroupNameHasBeenSet() const
GetTimeSeriesServiceStatisticsRequest & WithEntitySelectorExpression(EntitySelectorExpressionT &&value)
void SetGroupARN(GroupARNT &&value)
bool ForecastStatisticsHasBeenSet() const
const Aws::String & GetEntitySelectorExpression() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String