@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.
|
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public SignUpResult clone()
Copyright © 2017. All rights reserved.