7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/synthetics/Synthetics_EXPORTS.h>
38 template <
typename NextTokenT = Aws::String>
40 m_nextTokenHasBeenSet =
true;
41 m_nextToken = std::forward<NextTokenT>(value);
43 template <
typename NextTokenT = Aws::String>
59 m_maxResultsHasBeenSet =
true;
71 bool m_nextTokenHasBeenSet =
false;
72 bool m_maxResultsHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
ListGroupsRequest & WithNextToken(NextTokenT &&value)
ListGroupsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
AWS_SYNTHETICS_API ListGroupsRequest()=default
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String