@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessKeyInfoResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessKeyInfoResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessKeyInfoResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccount()
The number used to identify the AWS account.
|
int |
hashCode() |
void |
setAccount(String account)
The number used to identify the AWS account.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessKeyInfoResult |
withAccount(String account)
The number used to identify the AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccount(String account)
The number used to identify the AWS account.
account
- The number used to identify the AWS account.public String getAccount()
The number used to identify the AWS account.
public GetAccessKeyInfoResult withAccount(String account)
The number used to identify the AWS account.
account
- The number used to identify the AWS account.public String toString()
toString
in class Object
Object.toString()
public GetAccessKeyInfoResult clone()