Class AdminDisableUserResult
- java.lang.Object
-
- com.amazonaws.services.cognitoidp.model.AdminDisableUserResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AdminDisableUserResult extends Object implements Serializable, Cloneable
Represents the response received from the server to disable the user as an administrator.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminDisableUserResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminDisableUserResultclone()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 AdminDisableUserResult clone()
-
-