7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/cognito-identity/model/IdentityDescription.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 {
41 template <
typename IdentityPoolIdT = Aws::String>
43 m_identityPoolIdHasBeenSet =
true;
44 m_identityPoolId = std::forward<IdentityPoolIdT>(value);
46 template <
typename IdentityPoolIdT = Aws::String>
58 template <
typename IdentitiesT = Aws::Vector<IdentityDescription>>
60 m_identitiesHasBeenSet =
true;
61 m_identities = std::forward<IdentitiesT>(value);
63 template <
typename IdentitiesT = Aws::Vector<IdentityDescription>>
68 template <
typename IdentitiesT = IdentityDescription>
70 m_identitiesHasBeenSet =
true;
71 m_identities.emplace_back(std::forward<IdentitiesT>(value));
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
96 template <
typename RequestIdT = Aws::String>
98 m_requestIdHasBeenSet =
true;
99 m_requestId = std::forward<RequestIdT>(value);
101 template <
typename RequestIdT = Aws::String>
115 bool m_identityPoolIdHasBeenSet =
false;
116 bool m_identitiesHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
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