7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider
43 template<
typename UserPoolIdT = Aws::String>
44 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
45 template<
typename UserPoolIdT = Aws::String>
54 inline int GetLimit()
const {
return m_limit; }
56 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_userPoolIdHasBeenSet =
false;
82 bool m_limitHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
ListGroupsRequest & WithUserPoolId(UserPoolIdT &&value)
ListGroupsRequest & WithLimit(int value)
void SetUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API ListGroupsRequest()=default
bool NextTokenHasBeenSet() const
const Aws::String & GetUserPoolId() const
const Aws::String & GetNextToken() const
bool UserPoolIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListGroupsRequest & WithNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String