Class SignUpResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.SignUpResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response from the server for a registration request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A response from the server indicating that a user registration has been confirmed.int
hashCode()
A response from the server indicating that a user registration has been confirmed.void
setCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) void
setUserConfirmed
(Boolean userConfirmed) A response from the server indicating that a user registration has been confirmed.toString()
Returns a string representation of this object; useful for testing and debugging.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) withUserConfirmed
(Boolean userConfirmed) A response from the server indicating that a user registration has been confirmed.
-
Constructor Details
-
SignUpResult
public SignUpResult()
-
-
Method Details
-
setUserConfirmed
A response from the server indicating that a user registration has been confirmed.
- Parameters:
userConfirmed
- A response from the server indicating that a user registration has been confirmed.
-
getUserConfirmed
A response from the server indicating that a user registration has been confirmed.
- Returns:
- A response from the server indicating that a user registration has been confirmed.
-
withUserConfirmed
A response from the server indicating that a user registration has been confirmed.
- Parameters:
userConfirmed
- A response from the server indicating that a user registration has been confirmed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isUserConfirmed
A response from the server indicating that a user registration has been confirmed.
- Returns:
- A response from the server indicating that a user registration has been confirmed.
-
setCodeDeliveryDetails
- Parameters:
codeDeliveryDetails
-
-
getCodeDeliveryDetails
- Returns:
-
withCodeDeliveryDetails
- Parameters:
codeDeliveryDetails
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-