7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
18namespace CodeGuruProfiler {
50 template <
typename EndTimeT = Aws::Utils::DateTime>
52 m_endTimeHasBeenSet =
true;
53 m_endTime = std::forward<EndTimeT>(value);
55 template <
typename EndTimeT = Aws::Utils::DateTime>
78 template <
typename LocaleT = Aws::String>
80 m_localeHasBeenSet =
true;
81 m_locale = std::forward<LocaleT>(value);
83 template <
typename LocaleT = Aws::String>
96 template <
typename ProfilingGroupNameT = Aws::String>
98 m_profilingGroupNameHasBeenSet =
true;
99 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
101 template <
typename ProfilingGroupNameT = Aws::String>
117 template <
typename StartTimeT = Aws::Utils::DateTime>
119 m_startTimeHasBeenSet =
true;
120 m_startTime = std::forward<StartTimeT>(value);
122 template <
typename StartTimeT = Aws::Utils::DateTime>
136 bool m_endTimeHasBeenSet =
false;
137 bool m_localeHasBeenSet =
false;
138 bool m_profilingGroupNameHasBeenSet =
false;
139 bool m_startTimeHasBeenSet =
false;
GetRecommendationsRequest & WithStartTime(StartTimeT &&value)
void SetEndTime(EndTimeT &&value)
bool StartTimeHasBeenSet() const
void SetStartTime(StartTimeT &&value)
AWS_CODEGURUPROFILER_API GetRecommendationsRequest()=default
void SetProfilingGroupName(ProfilingGroupNameT &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
void SetLocale(LocaleT &&value)
const Aws::Utils::DateTime & GetStartTime() const
const Aws::String & GetLocale() const
GetRecommendationsRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
bool EndTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
virtual const char * GetServiceRequestName() const override
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetRecommendationsRequest & WithLocale(LocaleT &&value)
const Aws::String & GetProfilingGroupName() const
GetRecommendationsRequest & WithEndTime(EndTimeT &&value)
bool ProfilingGroupNameHasBeenSet() const
bool LocaleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String