@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 specified AWS account.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the specified AWS account.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountStatusResult |
withStatus(AccountStatus status)
The status of the specified AWS account.
|
GetAccountStatusResult |
withStatus(String status)
The status of the specified AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the specified AWS account.
status - The status of the specified AWS account.AccountStatuspublic String getStatus()
The status of the specified AWS account.
AccountStatuspublic GetAccountStatusResult withStatus(String status)
The status of the specified AWS account.
status - The status of the specified AWS account.AccountStatuspublic GetAccountStatusResult withStatus(AccountStatus status)
The status of the specified AWS account.
status - The status of the specified AWS account.AccountStatuspublic String toString()
toString in class ObjectObject.toString()public GetAccountStatusResult clone()
Copyright © 2021. All rights reserved.