ListUserPools

@JsonSerializable
data class ListUserPools(val MaxResults: Int, val NextToken: String? = null) : CognitoAction<UserPools>

Constructors

Link copied to clipboard
constructor(MaxResults: Int, NextToken: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val NextToken: String? = null

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<UserPools, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri