7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
19namespace CodeGuruProfiler
64 inline void SetAccept(
const char* value) { m_acceptHasBeenSet =
true; m_accept.assign(value); }
96 inline void SetMaxDepth(
int value) { m_maxDepthHasBeenSet =
true; m_maxDepth = value; }
112 inline void SetPeriod(
const char* value) { m_periodHasBeenSet =
true; m_period.assign(value); }
126 inline void SetProfilingGroupName(
const char* value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName.assign(value); }
151 bool m_acceptHasBeenSet =
false;
154 bool m_endTimeHasBeenSet =
false;
157 bool m_maxDepthHasBeenSet =
false;
160 bool m_periodHasBeenSet =
false;
163 bool m_profilingGroupNameHasBeenSet =
false;
166 bool m_startTimeHasBeenSet =
false;
bool MaxDepthHasBeenSet() const
void SetPeriod(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool AcceptHasBeenSet() const
GetProfileRequest & WithAccept(const Aws::String &value)
void SetStartTime(const Aws::Utils::DateTime &value)
GetProfileRequest & WithEndTime(Aws::Utils::DateTime &&value)
GetProfileRequest & WithStartTime(Aws::Utils::DateTime &&value)
void SetStartTime(Aws::Utils::DateTime &&value)
void SetProfilingGroupName(Aws::String &&value)
void SetAccept(Aws::String &&value)
AWS_CODEGURUPROFILER_API GetProfileRequest()
void SetPeriod(const char *value)
const Aws::String & GetPeriod() const
GetProfileRequest & WithProfilingGroupName(const Aws::String &value)
void SetAccept(const char *value)
GetProfileRequest & WithAccept(const char *value)
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_CODEGURUPROFILER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool EndTimeHasBeenSet() const
void SetMaxDepth(int value)
GetProfileRequest & WithPeriod(const char *value)
const Aws::Utils::DateTime & GetEndTime() const
GetProfileRequest & WithProfilingGroupName(const char *value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
bool ProfilingGroupNameHasBeenSet() const
const Aws::String & GetProfilingGroupName() const
void SetEndTime(Aws::Utils::DateTime &&value)
void SetProfilingGroupName(const char *value)
GetProfileRequest & WithEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStartTime() const
GetProfileRequest & WithProfilingGroupName(Aws::String &&value)
void SetAccept(const Aws::String &value)
GetProfileRequest & WithMaxDepth(int value)
const Aws::String & GetAccept() const
void SetEndTime(const Aws::Utils::DateTime &value)
GetProfileRequest & WithAccept(Aws::String &&value)
void SetPeriod(const Aws::String &value)
GetProfileRequest & WithStartTime(const Aws::Utils::DateTime &value)
GetProfileRequest & WithPeriod(const Aws::String &value)
void SetProfilingGroupName(const Aws::String &value)
bool PeriodHasBeenSet() const
GetProfileRequest & WithPeriod(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String