/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Returned in response to a successful LookupDeveloperIdentity
* action.See Also:
AWS
* API Reference
A unique identifier in the format REGION:GUID.
*/ inline const Aws::String& GetIdentityId() const{ return m_identityId; } /** *A unique identifier in the format REGION:GUID.
*/ inline void SetIdentityId(const Aws::String& value) { m_identityId = value; } /** *A unique identifier in the format REGION:GUID.
*/ inline void SetIdentityId(Aws::String&& value) { m_identityId = std::move(value); } /** *A unique identifier in the format REGION:GUID.
*/ inline void SetIdentityId(const char* value) { m_identityId.assign(value); } /** *A unique identifier in the format REGION:GUID.
*/ inline LookupDeveloperIdentityResult& WithIdentityId(const Aws::String& value) { SetIdentityId(value); return *this;} /** *A unique identifier in the format REGION:GUID.
*/ inline LookupDeveloperIdentityResult& WithIdentityId(Aws::String&& value) { SetIdentityId(std::move(value)); return *this;} /** *A unique identifier in the format REGION:GUID.
*/ inline LookupDeveloperIdentityResult& WithIdentityId(const char* value) { SetIdentityId(value); return *this;} /** *This is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline const Aws::VectorThis is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline void SetDeveloperUserIdentifierList(const Aws::VectorThis is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline void SetDeveloperUserIdentifierList(Aws::VectorThis is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline LookupDeveloperIdentityResult& WithDeveloperUserIdentifierList(const Aws::VectorThis is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline LookupDeveloperIdentityResult& WithDeveloperUserIdentifierList(Aws::VectorThis is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(const Aws::String& value) { m_developerUserIdentifierList.push_back(value); return *this; } /** *This is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(Aws::String&& value) { m_developerUserIdentifierList.push_back(std::move(value)); return *this; } /** *This is the list of developer user identifiers associated with an identity * ID. Cognito supports the association of multiple developer user identifiers with * an identity ID.
*/ inline LookupDeveloperIdentityResult& AddDeveloperUserIdentifierList(const char* value) { m_developerUserIdentifierList.push_back(value); return *this; } /** *A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.
A pagination token. The first call you make will have NextToken
* set to null. After that the service will return NextToken
values as
* needed. For example, let's say you make a request with MaxResults
* set to 10, and there are 20 matches in the database. The service will return a
* pagination token as a part of the response. This token can be used to call the
* API again and get results starting from the 11th match.