7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/XRay_EXPORTS.h>
11#include <aws/xray/model/GroupSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename GroupsT = Aws::Vector<GroupSummary>>
39 m_groupsHasBeenSet =
true;
40 m_groups = std::forward<GroupsT>(value);
42 template <
typename GroupsT = Aws::Vector<GroupSummary>>
47 template <
typename GroupsT = GroupSummary>
49 m_groupsHasBeenSet =
true;
50 m_groups.emplace_back(std::forward<GroupsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_groupsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_XRAY_API GetGroupsResult()=default
GetGroupsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
GetGroupsResult & WithRequestId(RequestIdT &&value)
GetGroupsResult & AddGroups(GroupsT &&value)
GetGroupsResult & WithGroups(GroupsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< GroupSummary > & GetGroups() const
const Aws::String & GetRequestId() const
void SetGroups(GroupsT &&value)
AWS_XRAY_API GetGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_XRAY_API GetGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue