7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CognitoIdentity {
42 template <
typename IdentityIdT = Aws::String>
44 m_identityIdHasBeenSet =
true;
45 m_identityId = std::forward<IdentityIdT>(value);
47 template <
typename IdentityIdT = Aws::String>
61 template <
typename DeveloperUserIdentifierListT = Aws::Vector<Aws::String>>
63 m_developerUserIdentifierListHasBeenSet =
true;
64 m_developerUserIdentifierList = std::forward<DeveloperUserIdentifierListT>(value);
66 template <
typename DeveloperUserIdentifierListT = Aws::Vector<Aws::String>>
71 template <
typename DeveloperUserIdentifierListT = Aws::String>
73 m_developerUserIdentifierListHasBeenSet =
true;
74 m_developerUserIdentifierList.emplace_back(std::forward<DeveloperUserIdentifierListT>(value));
89 template <
typename NextTokenT = Aws::String>
91 m_nextTokenHasBeenSet =
true;
92 m_nextToken = std::forward<NextTokenT>(value);
94 template <
typename NextTokenT = Aws::String>
104 template <
typename RequestIdT = Aws::String>
106 m_requestIdHasBeenSet =
true;
107 m_requestId = std::forward<RequestIdT>(value);
109 template <
typename RequestIdT = Aws::String>
126 bool m_identityIdHasBeenSet =
false;
127 bool m_developerUserIdentifierListHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
LookupDeveloperIdentityResult & WithRequestId(RequestIdT &&value)
LookupDeveloperIdentityResult & AddDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
void SetRequestId(RequestIdT &&value)
LookupDeveloperIdentityResult & WithDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
void SetIdentityId(IdentityIdT &&value)
const Aws::Vector< Aws::String > & GetDeveloperUserIdentifierList() const
void SetDeveloperUserIdentifierList(DeveloperUserIdentifierListT &&value)
AWS_COGNITOIDENTITY_API LookupDeveloperIdentityResult()=default
LookupDeveloperIdentityResult & WithIdentityId(IdentityIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetIdentityId() const
const Aws::String & GetNextToken() const
LookupDeveloperIdentityResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue