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/AWSString.h>
19namespace CodeGuruProfiler
55 template<
typename EndTimeT = Aws::Utils::DateTime>
56 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
57 template<
typename EndTimeT = Aws::Utils::DateTime>
77 template<
typename LocaleT = Aws::String>
78 void SetLocale(LocaleT&& value) { m_localeHasBeenSet =
true; m_locale = std::forward<LocaleT>(value); }
79 template<
typename LocaleT = Aws::String>
89 template<
typename ProfilingGroupNameT = Aws::String>
90 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
91 template<
typename ProfilingGroupNameT = Aws::String>
104 template<
typename StartTimeT = Aws::Utils::DateTime>
105 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
106 template<
typename StartTimeT = Aws::Utils::DateTime>
112 bool m_endTimeHasBeenSet =
false;
115 bool m_localeHasBeenSet =
false;
118 bool m_profilingGroupNameHasBeenSet =
false;
121 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