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