Class ConfirmForgotPasswordResult
- java.lang.Object
-
- com.amazonaws.services.cognitoidp.model.ConfirmForgotPasswordResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ConfirmForgotPasswordResult extends Object implements Serializable, Cloneable
The response from the server that results from a user's request to retrieve a forgotten password.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfirmForgotPasswordResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfirmForgotPasswordResultclone()booleanequals(Object obj)inthashCode()StringtoString()Returns a string representation of this object; useful for testing and debugging.
-
-
-
Method Detail
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ConfirmForgotPasswordResult clone()
-
-