7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/xray/XRayRequest.h>
10#include <aws/xray/XRay_EXPORTS.h>
11#include <aws/xray/model/SamplingStrategy.h>
12#include <aws/xray/model/TimeRangeType.h>
40 template <
typename StartTimeT = Aws::Utils::DateTime>
42 m_startTimeHasBeenSet =
true;
43 m_startTime = std::forward<StartTimeT>(value);
45 template <
typename StartTimeT = Aws::Utils::DateTime>
58 template <
typename EndTimeT = Aws::Utils::DateTime>
60 m_endTimeHasBeenSet =
true;
61 m_endTime = std::forward<EndTimeT>(value);
63 template <
typename EndTimeT = Aws::Utils::DateTime>
78 m_timeRangeTypeHasBeenSet =
true;
79 m_timeRangeType = value;
95 m_samplingHasBeenSet =
true;
111 template <
typename SamplingStrategyT = SamplingStrategy>
113 m_samplingStrategyHasBeenSet =
true;
114 m_samplingStrategy = std::forward<SamplingStrategyT>(value);
116 template <
typename SamplingStrategyT = SamplingStrategy>
130 template <
typename FilterExpressionT = Aws::String>
132 m_filterExpressionHasBeenSet =
true;
133 m_filterExpression = std::forward<FilterExpressionT>(value);
135 template <
typename FilterExpressionT = Aws::String>
149 template <
typename NextTokenT = Aws::String>
151 m_nextTokenHasBeenSet =
true;
152 m_nextToken = std::forward<NextTokenT>(value);
154 template <
typename NextTokenT = Aws::String>
162 bool m_startTimeHasBeenSet =
false;
165 bool m_endTimeHasBeenSet =
false;
168 bool m_timeRangeTypeHasBeenSet =
false;
170 bool m_sampling{
false};
171 bool m_samplingHasBeenSet =
false;
173 SamplingStrategy m_samplingStrategy;
174 bool m_samplingStrategyHasBeenSet =
false;
177 bool m_filterExpressionHasBeenSet =
false;
180 bool m_nextTokenHasBeenSet =
false;
GetTraceSummariesRequest & WithStartTime(StartTimeT &&value)
void SetFilterExpression(FilterExpressionT &&value)
GetTraceSummariesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
GetTraceSummariesRequest & WithFilterExpression(FilterExpressionT &&value)
bool NextTokenHasBeenSet() const
bool StartTimeHasBeenSet() const
bool SamplingStrategyHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
bool SamplingHasBeenSet() const
void SetEndTime(EndTimeT &&value)
GetTraceSummariesRequest & WithEndTime(EndTimeT &&value)
AWS_XRAY_API GetTraceSummariesRequest()=default
GetTraceSummariesRequest & WithTimeRangeType(TimeRangeType value)
bool TimeRangeTypeHasBeenSet() const
bool EndTimeHasBeenSet() const
bool FilterExpressionHasBeenSet() const
TimeRangeType GetTimeRangeType() const
const Aws::String & GetFilterExpression() const
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetNextToken() const
void SetSampling(bool value)
void SetNextToken(NextTokenT &&value)
void SetTimeRangeType(TimeRangeType value)
GetTraceSummariesRequest & WithSamplingStrategy(SamplingStrategyT &&value)
GetTraceSummariesRequest & WithSampling(bool value)
AWS_XRAY_API Aws::String SerializePayload() const override
const SamplingStrategy & GetSamplingStrategy() const
void SetSamplingStrategy(SamplingStrategyT &&value)
void SetStartTime(StartTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String