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