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
49 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
63 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
79 inline void SetDeveloperUserIdentifier(
const char* value) { m_developerUserIdentifierHasBeenSet =
true; m_developerUserIdentifier.assign(value); }
91 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
108 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
116 bool m_identityPoolIdHasBeenSet =
false;
119 bool m_identityIdHasBeenSet =
false;
122 bool m_developerUserIdentifierHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
LookupDeveloperIdentityRequest & WithNextToken(const Aws::String &value)
LookupDeveloperIdentityRequest & WithIdentityPoolId(const char *value)
bool IdentityPoolIdHasBeenSet() const
AWS_COGNITOIDENTITY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeveloperUserIdentifier(const char *value)
void SetIdentityPoolId(const char *value)
const Aws::String & GetIdentityId() const
const Aws::String & GetDeveloperUserIdentifier() const
bool DeveloperUserIdentifierHasBeenSet() const
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityRequest()
const Aws::String & GetIdentityPoolId() const
void SetNextToken(const Aws::String &value)
LookupDeveloperIdentityRequest & WithIdentityPoolId(Aws::String &&value)
void SetDeveloperUserIdentifier(const Aws::String &value)
LookupDeveloperIdentityRequest & WithNextToken(Aws::String &&value)
void SetIdentityPoolId(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetDeveloperUserIdentifier(Aws::String &&value)
void SetIdentityId(const char *value)
void SetNextToken(Aws::String &&value)
void SetMaxResults(int value)
void SetIdentityPoolId(const Aws::String &value)
const Aws::String & GetNextToken() const
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(Aws::String &&value)
void SetIdentityId(Aws::String &&value)
LookupDeveloperIdentityRequest & WithMaxResults(int value)
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(const Aws::String &value)
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(const char *value)
void SetIdentityId(const Aws::String &value)
void SetNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
LookupDeveloperIdentityRequest & WithIdentityId(Aws::String &&value)
AWS_COGNITOIDENTITY_API Aws::String SerializePayload() const override
int GetMaxResults() const
LookupDeveloperIdentityRequest & WithIdentityId(const char *value)
LookupDeveloperIdentityRequest & WithIdentityPoolId(const Aws::String &value)
bool IdentityIdHasBeenSet() const
LookupDeveloperIdentityRequest & WithNextToken(const char *value)
bool NextTokenHasBeenSet() const
LookupDeveloperIdentityRequest & WithIdentityId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String