22 namespace CognitoIdentity
56 inline void SetIdentityPoolId(
const char* value) { m_identityPoolIdHasBeenSet =
true; m_identityPoolId.assign(value); }
91 inline void SetIdentityId(
const char* value) { m_identityIdHasBeenSet =
true; m_identityId.assign(value); }
134 inline void SetDeveloperUserIdentifier(
const char* value) { m_developerUserIdentifierHasBeenSet =
true; m_developerUserIdentifier.assign(value); }
165 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
210 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
244 bool m_identityPoolIdHasBeenSet;
246 bool m_identityIdHasBeenSet;
248 bool m_developerUserIdentifierHasBeenSet;
250 bool m_maxResultsHasBeenSet;
252 bool m_nextTokenHasBeenSet;
const Aws::String & GetIdentityPoolId() const
void SetDeveloperUserIdentifier(Aws::String &&value)
LookupDeveloperIdentityRequest & WithMaxResults(int value)
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(const char *value)
void SetIdentityPoolId(const char *value)
void SetNextToken(const char *value)
void SetIdentityPoolId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LookupDeveloperIdentityRequest & WithIdentityId(const Aws::String &value)
void SetNextToken(Aws::String &&value)
LookupDeveloperIdentityRequest & WithNextToken(const char *value)
void SetDeveloperUserIdentifier(const char *value)
const Aws::String & GetNextToken() const
void SetDeveloperUserIdentifier(const Aws::String &value)
LookupDeveloperIdentityRequest & WithIdentityPoolId(const Aws::String &value)
LookupDeveloperIdentityRequest & WithNextToken(const Aws::String &value)
LookupDeveloperIdentityRequest & WithNextToken(Aws::String &&value)
void SetIdentityId(const char *value)
LookupDeveloperIdentityRequest & WithIdentityId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
LookupDeveloperIdentityRequest & WithIdentityId(const char *value)
int GetMaxResults() const
void SetIdentityId(const Aws::String &value)
void SetIdentityPoolId(const Aws::String &value)
#define AWS_COGNITOIDENTITY_API
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(Aws::String &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
LookupDeveloperIdentityRequest & WithIdentityPoolId(const char *value)
const Aws::String & GetDeveloperUserIdentifier() const
void SetIdentityId(Aws::String &&value)
LookupDeveloperIdentityRequest & WithIdentityPoolId(Aws::String &&value)
LookupDeveloperIdentityRequest & WithDeveloperUserIdentifier(const Aws::String &value)
JSON (JavaScript Object Notation).
const Aws::String & GetIdentityId() const