7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/xray/XRayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename NextTokenT = Aws::String>
42 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
43 template<
typename NextTokenT = Aws::String>
49 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_XRAY_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
AWS_XRAY_API GetGroupsRequest()=default
GetGroupsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String