@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignUpResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response from the server for a registration request.
Constructor and Description |
---|
SignUpResult() |
Modifier and Type | Method and Description |
---|---|
SignUpResult |
clone() |
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails()
The code delivery details returned by the server response to the user registration request.
|
Boolean |
getUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
|
String |
getUserSub()
The UUID of the authenticated user.
|
int |
hashCode() |
Boolean |
isUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
|
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
|
void |
setUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
|
void |
setUserSub(String userSub)
The UUID of the authenticated user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SignUpResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
|
SignUpResult |
withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
|
SignUpResult |
withUserSub(String userSub)
The UUID of the authenticated user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
userConfirmed
- A response from the server indicating that a user registration has been confirmed.public Boolean getUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
public SignUpResult withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
userConfirmed
- A response from the server indicating that a user registration has been confirmed.public Boolean isUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
codeDeliveryDetails
- The code delivery details returned by the server response to the user registration request.public CodeDeliveryDetailsType getCodeDeliveryDetails()
The code delivery details returned by the server response to the user registration request.
public SignUpResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user registration request.
codeDeliveryDetails
- The code delivery details returned by the server response to the user registration request.public void setUserSub(String userSub)
The UUID of the authenticated user. This is not the same as username
.
userSub
- The UUID of the authenticated user. This is not the same as username
.public String getUserSub()
The UUID of the authenticated user. This is not the same as username
.
username
.public SignUpResult withUserSub(String userSub)
The UUID of the authenticated user. This is not the same as username
.
userSub
- The UUID of the authenticated user. This is not the same as username
.public String toString()
toString
in class Object
Object.toString()
public SignUpResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.