7#include <aws/synthetics/Synthetics_EXPORTS.h>
8#include <aws/synthetics/SyntheticsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
67 template<
typename GroupIdentifierT = Aws::String>
68 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
69 template<
typename GroupIdentifierT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_maxResultsHasBeenSet =
false;
81 bool m_groupIdentifierHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_SYNTHETICS_API ListGroupResourcesRequest()=default
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
void SetGroupIdentifier(GroupIdentifierT &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListGroupResourcesRequest & WithGroupIdentifier(GroupIdentifierT &&value)
AWS_SYNTHETICS_API Aws::String SerializePayload() const override
ListGroupResourcesRequest & WithNextToken(NextTokenT &&value)
bool GroupIdentifierHasBeenSet() const
const Aws::String & GetGroupIdentifier() const
ListGroupResourcesRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String