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/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/codeguruprofiler/model/AggregationPeriod.h>
13#include <aws/codeguruprofiler/model/FrameMetric.h>
22namespace CodeGuruProfiler
57 template<
typename EndTimeT = Aws::Utils::DateTime>
58 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
59 template<
typename EndTimeT = Aws::Utils::DateTime>
72 template<
typename FrameMetricsT = Aws::Vector<FrameMetric>>
73 void SetFrameMetrics(FrameMetricsT&& value) { m_frameMetricsHasBeenSet =
true; m_frameMetrics = std::forward<FrameMetricsT>(value); }
74 template<
typename FrameMetricsT = Aws::Vector<FrameMetric>>
76 template<
typename FrameMetricsT = FrameMetric>
88 template<
typename PeriodT = Aws::String>
89 void SetPeriod(PeriodT&& value) { m_periodHasBeenSet =
true; m_period = std::forward<PeriodT>(value); }
90 template<
typename PeriodT = Aws::String>
101 template<
typename ProfilingGroupNameT = Aws::String>
102 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
103 template<
typename ProfilingGroupNameT = Aws::String>
116 template<
typename StartTimeT = Aws::Utils::DateTime>
117 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
118 template<
typename StartTimeT = Aws::Utils::DateTime>
140 bool m_endTimeHasBeenSet =
false;
143 bool m_frameMetricsHasBeenSet =
false;
146 bool m_periodHasBeenSet =
false;
149 bool m_profilingGroupNameHasBeenSet =
false;
152 bool m_startTimeHasBeenSet =
false;
155 bool m_targetResolutionHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
BatchGetFrameMetricDataRequest & WithEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
const Aws::Vector< FrameMetric > & GetFrameMetrics() const
void SetProfilingGroupName(ProfilingGroupNameT &&value)
bool StartTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
bool TargetResolutionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFrameMetrics(FrameMetricsT &&value)
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetProfilingGroupName() const
BatchGetFrameMetricDataRequest & WithFrameMetrics(FrameMetricsT &&value)
BatchGetFrameMetricDataRequest & AddFrameMetrics(FrameMetricsT &&value)
BatchGetFrameMetricDataRequest & WithTargetResolution(AggregationPeriod value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_CODEGURUPROFILER_API BatchGetFrameMetricDataRequest()=default
BatchGetFrameMetricDataRequest & WithStartTime(StartTimeT &&value)
bool FrameMetricsHasBeenSet() const
AggregationPeriod GetTargetResolution() const
BatchGetFrameMetricDataRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
void SetTargetResolution(AggregationPeriod value)
void SetPeriod(PeriodT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetPeriod() const
BatchGetFrameMetricDataRequest & WithPeriod(PeriodT &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
bool ProfilingGroupNameHasBeenSet() const
bool PeriodHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector