AdminSetUserPassword

@JsonSerializable
data class AdminSetUserPassword(val Username: Username, val UserPoolId: UserPoolId, val Permanent: Boolean, val Password: Password) : CognitoAction<Unit>

Constructors

Link copied to clipboard
constructor(Username: Username, UserPoolId: UserPoolId, Permanent: Boolean, Password: Password)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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