7#include <aws/cognito-identity/CognitoIdentity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cognito-identity/model/IdentityPoolShortDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CognitoIdentity
48 template<
typename IdentityPoolsT = Aws::Vector<IdentityPoolShortDescription>>
49 void SetIdentityPools(IdentityPoolsT&& value) { m_identityPoolsHasBeenSet =
true; m_identityPools = std::forward<IdentityPoolsT>(value); }
50 template<
typename IdentityPoolsT = Aws::Vector<IdentityPoolShortDescription>>
52 template<
typename IdentityPoolsT = IdentityPoolShortDescription>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_identityPoolsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetIdentityPools(IdentityPoolsT &&value)
void SetRequestId(RequestIdT &&value)
ListIdentityPoolsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult()=default
ListIdentityPoolsResult & AddIdentityPools(IdentityPoolsT &&value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListIdentityPoolsResult & WithRequestId(RequestIdT &&value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< IdentityPoolShortDescription > & GetIdentityPools() const
ListIdentityPoolsResult & WithIdentityPools(IdentityPoolsT &&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