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>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = 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_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
ListIdentityProvidersRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
AWS_COGNITOIDENTITYPROVIDER_API ListIdentityProvidersRequest()=default
void SetUserPoolId(UserPoolIdT &&value)
const Aws::String & GetUserPoolId() const
void SetMaxResults(int value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
bool UserPoolIdHasBeenSet() const
ListIdentityProvidersRequest & WithUserPoolId(UserPoolIdT &&value)
ListIdentityProvidersRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String