7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 inline void SetGroupIdentifier(
const char* value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier.assign(value); }
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_groupIdentifierHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetGroupIdentifier(const Aws::String &value)
void SetNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
void SetNextToken(const char *value)
ListGroupResourcesRequest & WithGroupIdentifier(const char *value)
ListGroupResourcesRequest & WithNextToken(const char *value)
bool GroupIdentifierHasBeenSet() const
ListGroupResourcesRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetGroupIdentifier() const
void SetNextToken(const Aws::String &value)
ListGroupResourcesRequest & WithMaxResults(int value)
void SetGroupIdentifier(Aws::String &&value)
ListGroupResourcesRequest & WithGroupIdentifier(Aws::String &&value)
void SetGroupIdentifier(const char *value)
AWS_SYNTHETICS_API ListGroupResourcesRequest()
ListGroupResourcesRequest & WithNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
ListGroupResourcesRequest & WithGroupIdentifier(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String