@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, setSdkResponseMetadata
public void setStatus(String status)
The status of the account registration request.
status
- The status of the account registration request.AccountStatus
public String getStatus()
The status of the account registration request.
AccountStatus
public RegisterAccountResult withStatus(String status)
The status of the account registration request.
status
- The status of the account registration request.AccountStatus
public RegisterAccountResult withStatus(AccountStatus status)
The status of the account registration request.
status
- The status of the account registration request.AccountStatus
public String toString()
toString
in class Object
Object.toString()
public RegisterAccountResult clone()