23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
33 namespace CognitoIdentity
100 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
const Aws::Vector< IdentityPoolShortDescription > & GetIdentityPools() const
void SetIdentityPools(Aws::Vector< IdentityPoolShortDescription > &&value)
const Aws::String & GetNextToken() const
std::vector< T, Aws::Allocator< T > > Vector
ListIdentityPoolsResult & WithIdentityPools(Aws::Vector< IdentityPoolShortDescription > &&value)
ListIdentityPoolsResult & WithNextToken(Aws::String &&value)
void SetIdentityPools(const Aws::Vector< IdentityPoolShortDescription > &value)
void SetNextToken(Aws::String &&value)
ListIdentityPoolsResult & WithIdentityPools(const Aws::Vector< IdentityPoolShortDescription > &value)
#define AWS_COGNITOIDENTITY_API
void SetNextToken(const char *value)
ListIdentityPoolsResult & WithNextToken(const Aws::String &value)
ListIdentityPoolsResult & WithNextToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListIdentityPoolsResult & AddIdentityPools(const IdentityPoolShortDescription &value)
void SetNextToken(const Aws::String &value)
ListIdentityPoolsResult & AddIdentityPools(IdentityPoolShortDescription &&value)
JSON (JavaScript Object Notation).