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
63 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
74 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
ListIdentityPoolsResult & WithIdentityPools(const Aws::Vector< IdentityPoolShortDescription > &value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult()
ListIdentityPoolsResult & AddIdentityPools(IdentityPoolShortDescription &&value)
ListIdentityPoolsResult & WithNextToken(const Aws::String &value)
ListIdentityPoolsResult & AddIdentityPools(const IdentityPoolShortDescription &value)
void SetRequestId(const char *value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
ListIdentityPoolsResult & WithRequestId(const Aws::String &value)
void SetIdentityPools(Aws::Vector< IdentityPoolShortDescription > &&value)
ListIdentityPoolsResult & WithNextToken(const char *value)
ListIdentityPoolsResult & WithNextToken(Aws::String &&value)
ListIdentityPoolsResult & WithRequestId(const char *value)
void SetNextToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
ListIdentityPoolsResult & WithRequestId(Aws::String &&value)
AWS_COGNITOIDENTITY_API ListIdentityPoolsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< IdentityPoolShortDescription > & GetIdentityPools() const
void SetRequestId(Aws::String &&value)
ListIdentityPoolsResult & WithIdentityPools(Aws::Vector< IdentityPoolShortDescription > &&value)
void SetIdentityPools(const Aws::Vector< IdentityPoolShortDescription > &value)
void SetNextToken(Aws::String &&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