7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace CodeGuruProfiler
56 inline void SetIncludeDescription(
bool value) { m_includeDescriptionHasBeenSet =
true; m_includeDescription = value; }
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
95 bool m_includeDescription{
false};
96 bool m_includeDescriptionHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
102 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
ListProfilingGroupsRequest & WithNextToken(NextTokenT &&value)
bool GetIncludeDescription() const
virtual const char * GetServiceRequestName() const override
AWS_CODEGURUPROFILER_API ListProfilingGroupsRequest()=default
ListProfilingGroupsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_CODEGURUPROFILER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool IncludeDescriptionHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetIncludeDescription(bool value)
bool MaxResultsHasBeenSet() const
ListProfilingGroupsRequest & WithIncludeDescription(bool value)
void SetMaxResults(int value)
int GetMaxResults() const
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String