7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentityProvider {
44 template <
typename AccessTokenT = Aws::String>
46 m_accessTokenHasBeenSet =
true;
47 m_accessToken = std::forward<AccessTokenT>(value);
49 template <
typename AccessTokenT = Aws::String>
61 inline int GetLimit()
const {
return m_limit; }
64 m_limitHasBeenSet =
true;
84 template <
typename PaginationTokenT = Aws::String>
86 m_paginationTokenHasBeenSet =
true;
87 m_paginationToken = std::forward<PaginationTokenT>(value);
89 template <
typename PaginationTokenT = Aws::String>
101 bool m_accessTokenHasBeenSet =
false;
102 bool m_limitHasBeenSet =
false;
103 bool m_paginationTokenHasBeenSet =
false;
void SetPaginationToken(PaginationTokenT &&value)
ListDevicesRequest & WithPaginationToken(PaginationTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
ListDevicesRequest & WithAccessToken(AccessTokenT &&value)
ListDevicesRequest & WithLimit(int value)
bool LimitHasBeenSet() const
const Aws::String & GetPaginationToken() const
virtual const char * GetServiceRequestName() const override
bool PaginationTokenHasBeenSet() const
bool AccessTokenHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API ListDevicesRequest()=default
void SetAccessToken(AccessTokenT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAccessToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String