7#include <aws/cognito-identity/CognitoIdentityRequest.h>
8#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CognitoIdentity {
43 template <
typename IdentityPoolIdT = Aws::String>
45 m_identityPoolIdHasBeenSet =
true;
46 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
48 template <
typename IdentityPoolIdT = Aws::String>
61 template <
typename IdentityIdT = Aws::String>
63 m_identityIdHasBeenSet =
true;
64 m_identityId = std::forward<IdentityIdT>(value);
66 template <
typename IdentityIdT = Aws::String>
81 template <
typename DeveloperUserIdentifierT = Aws::String>
83 m_developerUserIdentifierHasBeenSet =
true;
84 m_developerUserIdentifier = std::forward<DeveloperUserIdentifierT>(value);
86 template <
typename DeveloperUserIdentifierT = Aws::String>
100 m_maxResultsHasBeenSet =
true;
101 m_maxResults = value;
120 template <
typename NextTokenT = Aws::String>
122 m_nextTokenHasBeenSet =
true;
123 m_nextToken = std::forward<NextTokenT>(value);
125 template <
typename NextTokenT = Aws::String>
141 bool m_identityPoolIdHasBeenSet =
false;
142 bool m_identityIdHasBeenSet =
false;
143 bool m_developerUserIdentifierHasBeenSet =
false;
144 bool m_maxResultsHasBeenSet =
false;
145 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