7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/CognitoIdentityRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentity
46 template<
typename IdentityPoolIdT = Aws::String>
47 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
48 template<
typename IdentityPoolIdT = Aws::String>
58 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
82 inline void SetHideDisabled(
bool value) { m_hideDisabledHasBeenSet =
true; m_hideDisabled = value; }
88 bool m_identityPoolIdHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
96 bool m_hideDisabled{
false};
97 bool m_hideDisabledHasBeenSet =
false;
ListIdentitiesRequest & WithNextToken(NextTokenT &&value)
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool HideDisabledHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListIdentitiesRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
const Aws::String & GetIdentityPoolId() const
int GetMaxResults() const
bool IdentityPoolIdHasBeenSet() const
AWS_COGNITOIDENTITY_API ListIdentitiesRequest()=default
void SetMaxResults(int value)
ListIdentitiesRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
bool GetHideDisabled() const
void SetHideDisabled(bool value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
void SetIdentityPoolId(IdentityPoolIdT &&value)
bool NextTokenHasBeenSet() const
ListIdentitiesRequest & WithHideDisabled(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String