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
47 template<
typename IdentityPoolIdT = Aws::String>
48 void SetIdentityPoolId(IdentityPoolIdT&& value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId = std::forward<IdentityPoolIdT>(value); }
49 template<
typename IdentityPoolIdT = Aws::String>
59 template<
typename IdentityIdT = Aws::String>
60 void SetIdentityId(IdentityIdT&& value) { m_identityIdHasBeenSet =
true; m_identityId = std::forward<IdentityIdT>(value); }
61 template<
typename IdentityIdT = Aws::String>
73 template<
typename DeveloperUserIdentifierT = Aws::String>
74 void SetDeveloperUserIdentifier(DeveloperUserIdentifierT&& value) { m_developerUserIdentifierHasBeenSet =
true; m_developerUserIdentifier = std::forward<DeveloperUserIdentifierT>(value); }
75 template<
typename DeveloperUserIdentifierT = Aws::String>
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
100 template<
typename NextTokenT = Aws::String>
101 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
102 template<
typename NextTokenT = Aws::String>
108 bool m_identityPoolIdHasBeenSet =
false;
111 bool m_identityIdHasBeenSet =
false;
114 bool m_developerUserIdentifierHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
bool IdentityPoolIdHasBeenSet() const
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
LookupDeveloperIdentityRequest & WithIdentityId(IdentityIdT &&value)
const Aws::String & GetIdentityId() const
const Aws::String & GetDeveloperUserIdentifier() const
bool DeveloperUserIdentifierHasBeenSet() const
const Aws::String & GetIdentityPoolId() const
bool MaxResultsHasBeenSet() const
void SetDeveloperUserIdentifier(DeveloperUserIdentifierT &&value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
void SetIdentityId(IdentityIdT &&value)
void SetNextToken(NextTokenT &&value)
LookupDeveloperIdentityRequest & WithMaxResults(int value)
void SetIdentityPoolId(IdentityPoolIdT &&value)
LookupDeveloperIdentityRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
int GetMaxResults() const
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityRequest()=default
LookupDeveloperIdentityRequest & WithIdentityPoolId(IdentityPoolIdT &&value)
bool IdentityIdHasBeenSet() const
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(DeveloperUserIdentifierT &&value)
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String