7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/codeguruprofiler/model/ProfilingGroupDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CodeGuruProfiler
52 template<
typename NextTokenT = Aws::String>
53 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
54 template<
typename NextTokenT = Aws::String>
67 template<
typename ProfilingGroupNamesT = Aws::Vector<Aws::String>>
68 void SetProfilingGroupNames(ProfilingGroupNamesT&& value) { m_profilingGroupNamesHasBeenSet =
true; m_profilingGroupNames = std::forward<ProfilingGroupNamesT>(value); }
69 template<
typename ProfilingGroupNamesT = Aws::Vector<Aws::String>>
71 template<
typename ProfilingGroupNamesT = Aws::String>
86 template<
typename ProfilingGroupsT = Aws::Vector<ProfilingGroupDescription>>
87 void SetProfilingGroups(ProfilingGroupsT&& value) { m_profilingGroupsHasBeenSet =
true; m_profilingGroups = std::forward<ProfilingGroupsT>(value); }
88 template<
typename ProfilingGroupsT = Aws::Vector<ProfilingGroupDescription>>
90 template<
typename ProfilingGroupsT = ProfilingGroupDescription>
97 template<
typename RequestIdT = Aws::String>
98 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
99 template<
typename RequestIdT = Aws::String>
105 bool m_nextTokenHasBeenSet =
false;
108 bool m_profilingGroupNamesHasBeenSet =
false;
111 bool m_profilingGroupsHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
ListProfilingGroupsResult & AddProfilingGroupNames(ProfilingGroupNamesT &&value)
AWS_CODEGURUPROFILER_API ListProfilingGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfilingGroupsResult & WithProfilingGroups(ProfilingGroupsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_CODEGURUPROFILER_API ListProfilingGroupsResult()=default
void SetProfilingGroupNames(ProfilingGroupNamesT &&value)
ListProfilingGroupsResult & AddProfilingGroups(ProfilingGroupsT &&value)
ListProfilingGroupsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< ProfilingGroupDescription > & GetProfilingGroups() const
ListProfilingGroupsResult & WithProfilingGroupNames(ProfilingGroupNamesT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetProfilingGroups(ProfilingGroupsT &&value)
AWS_CODEGURUPROFILER_API ListProfilingGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProfilingGroupsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetProfilingGroupNames() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue