7#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
8#include <aws/cognito-idp/CognitoIdentityProviderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace 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>
68 template<
typename AttributesToGetT = Aws::Vector<Aws::String>>
69 void SetAttributesToGet(AttributesToGetT&& value) { m_attributesToGetHasBeenSet =
true; m_attributesToGet = std::forward<AttributesToGetT>(value); }
70 template<
typename AttributesToGetT = Aws::Vector<Aws::String>>
72 template<
typename AttributesToGetT = Aws::String>
73 ListUsersRequest&
AddAttributesToGet(AttributesToGetT&& value) { m_attributesToGetHasBeenSet =
true; m_attributesToGet.emplace_back(std::forward<AttributesToGetT>(value));
return *
this; }
81 inline int GetLimit()
const {
return m_limit; }
83 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
98 template<
typename PaginationTokenT = Aws::String>
99 void SetPaginationToken(PaginationTokenT&& value) { m_paginationTokenHasBeenSet =
true; m_paginationToken = std::forward<PaginationTokenT>(value); }
100 template<
typename PaginationTokenT = Aws::String>
146 template<
typename FilterT = Aws::String>
147 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
148 template<
typename FilterT = Aws::String>
154 bool m_userPoolIdHasBeenSet =
false;
157 bool m_attributesToGetHasBeenSet =
false;
160 bool m_limitHasBeenSet =
false;
163 bool m_paginationTokenHasBeenSet =
false;
166 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