7#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
8#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace CognitoIdentityProvider {
43 template <
typename UserPoolIdT = Aws::String>
45 m_userPoolIdHasBeenSet =
true;
46 m_userPoolId = std::forward<UserPoolIdT>(value);
48 template <
typename UserPoolIdT = Aws::String>
70 template <
typename AttributesToGetT = Aws::Vector<Aws::String>>
72 m_attributesToGetHasBeenSet =
true;
73 m_attributesToGet = std::forward<AttributesToGetT>(value);
75 template <
typename AttributesToGetT = Aws::Vector<Aws::String>>
80 template <
typename AttributesToGetT = Aws::String>
82 m_attributesToGetHasBeenSet =
true;
83 m_attributesToGet.emplace_back(std::forward<AttributesToGetT>(value));
93 inline int GetLimit()
const {
return m_limit; }
96 m_limitHasBeenSet =
true;
116 template <
typename PaginationTokenT = Aws::String>
118 m_paginationTokenHasBeenSet =
true;
119 m_paginationToken = std::forward<PaginationTokenT>(value);
121 template <
typename PaginationTokenT = Aws::String>
170 template <
typename FilterT = Aws::String>
172 m_filterHasBeenSet =
true;
173 m_filter = std::forward<FilterT>(value);
175 template <
typename FilterT = Aws::String>
191 bool m_userPoolIdHasBeenSet =
false;
192 bool m_attributesToGetHasBeenSet =
false;
193 bool m_limitHasBeenSet =
false;
194 bool m_paginationTokenHasBeenSet =
false;
195 bool m_filterHasBeenSet =
false;
bool UserPoolIdHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API ListUsersRequest()=default
ListUsersRequest & WithFilter(FilterT &&value)
ListUsersRequest & WithAttributesToGet(AttributesToGetT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFilter() const
void SetFilter(FilterT &&value)
AWS_COGNITOIDENTITYPROVIDER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserPoolId() const
bool LimitHasBeenSet() const
ListUsersRequest & AddAttributesToGet(AttributesToGetT &&value)
bool PaginationTokenHasBeenSet() const
bool AttributesToGetHasBeenSet() const
AWS_COGNITOIDENTITYPROVIDER_API Aws::String SerializePayload() const override
const Aws::String & GetPaginationToken() const
void SetUserPoolId(UserPoolIdT &&value)
bool FilterHasBeenSet() const
void SetPaginationToken(PaginationTokenT &&value)
ListUsersRequest & WithUserPoolId(UserPoolIdT &&value)
void SetAttributesToGet(AttributesToGetT &&value)
const Aws::Vector< Aws::String > & GetAttributesToGet() const
ListUsersRequest & WithPaginationToken(PaginationTokenT &&value)
ListUsersRequest & WithLimit(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector