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
47 template<
typename UserPoolIdT = Aws::String>
48 void SetUserPoolId(UserPoolIdT&& value) { m_userPoolIdHasBeenSet =
true; m_userPoolId = std::forward<UserPoolIdT>(value); }
49 template<
typename UserPoolIdT = Aws::String>
63 template<
typename UsernameT = Aws::String>
64 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
65 template<
typename UsernameT = Aws::String>
74 inline int GetLimit()
const {
return m_limit; }
76 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
91 template<
typename PaginationTokenT = Aws::String>
92 void SetPaginationToken(PaginationTokenT&& value) { m_paginationTokenHasBeenSet =
true; m_paginationToken = std::forward<PaginationTokenT>(value); }
93 template<
typename PaginationTokenT = Aws::String>
99 bool m_userPoolIdHasBeenSet =
false;
102 bool m_usernameHasBeenSet =
false;
105 bool m_limitHasBeenSet =
false;
108 bool m_paginationTokenHasBeenSet =
false;
bool UsernameHasBeenSet() const
const Aws::String & GetPaginationToken() const
bool LimitHasBeenSet() const
bool PaginationTokenHasBeenSet() const
bool UserPoolIdHasBeenSet() const
const Aws::String & GetUsername() const
void SetUserPoolId(UserPoolIdT &&value)
AdminListDevicesRequest & WithUsername(UsernameT &&value)
const Aws::String & GetUserPoolId() const
AdminListDevicesRequest & WithPaginationToken(PaginationTokenT &&value)
void SetPaginationToken(PaginationTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API AdminListDevicesRequest()=default
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AdminListDevicesRequest & WithLimit(int value)
AdminListDevicesRequest & WithUserPoolId(UserPoolIdT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetUsername(UsernameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String