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