@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountResult |
clone() |
boolean |
equals(Object obj) |
Account |
getAccount()
A structure that contains information about the requested account.
|
int |
hashCode() |
void |
setAccount(Account account)
A structure that contains information about the requested account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAccountResult |
withAccount(Account account)
A structure that contains information about the requested account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccount(Account account)
A structure that contains information about the requested account.
account
- A structure that contains information about the requested account.public Account getAccount()
A structure that contains information about the requested account.
public DescribeAccountResult withAccount(Account account)
A structure that contains information about the requested account.
account
- A structure that contains information about the requested account.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.