7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/model/IdentityDescription.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CognitoIdentity {
42 template <
typename IdentityPoolIdT = Aws::String>
44 m_identityPoolIdHasBeenSet =
true;
45 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
47 template <
typename IdentityPoolIdT = Aws::String>
59 template <
typename IdentitiesT = Aws::Vector<IdentityDescription>>
61 m_identitiesHasBeenSet =
true;
62 m_identities = std::forward<IdentitiesT>(value);
64 template <
typename IdentitiesT = Aws::Vector<IdentityDescription>>
69 template <
typename IdentitiesT = IdentityDescription>
71 m_identitiesHasBeenSet =
true;
72 m_identities.emplace_back(std::forward<IdentitiesT>(value));
82 template <
typename NextTokenT = Aws::String>
84 m_nextTokenHasBeenSet =
true;
85 m_nextToken = std::forward<NextTokenT>(value);
87 template <
typename NextTokenT = Aws::String>
97 template <
typename RequestIdT = Aws::String>
99 m_requestIdHasBeenSet =
true;
100 m_requestId = std::forward<RequestIdT>(value);
102 template <
typename RequestIdT = Aws::String>
119 bool m_identityPoolIdHasBeenSet =
false;
120 bool m_identitiesHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListIdentitiesResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< IdentityDescription > & GetIdentities() const
void SetIdentityPoolId(IdentityPoolIdT &&value)
ListIdentitiesResult & WithIdentityPoolId(IdentityPoolIdT &&value)
ListIdentitiesResult & WithIdentities(IdentitiesT &&value)
ListIdentitiesResult & AddIdentities(IdentitiesT &&value)
void SetIdentities(IdentitiesT &&value)
ListIdentitiesResult & WithNextToken(NextTokenT &&value)
AWS_COGNITOIDENTITY_API ListIdentitiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetIdentityPoolId() const
AWS_COGNITOIDENTITY_API ListIdentitiesResult()=default
AWS_COGNITOIDENTITY_API ListIdentitiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue