@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the account registration request.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the account registration request.
|
String |
toString()
Returns a string representation of this object.
|
RegisterAccountResult |
withStatus(AccountStatus status)
The status of the account registration request.
|
RegisterAccountResult |
withStatus(String status)
The status of the account registration request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the account registration request.
status - The status of the account registration request.AccountStatuspublic String getStatus()
The status of the account registration request.
AccountStatuspublic RegisterAccountResult withStatus(String status)
The status of the account registration request.
status - The status of the account registration request.AccountStatuspublic RegisterAccountResult withStatus(AccountStatus status)
The status of the account registration request.
status - The status of the account registration request.AccountStatuspublic String toString()
toString in class ObjectObject.toString()public RegisterAccountResult clone()