@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 Amazon Web Services account.
|
int |
hashCode() |
void |
setAccount(String account)
The number used to identify the Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessKeyInfoResult |
withAccount(String account)
The number used to identify the Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccount(String account)
The number used to identify the Amazon Web Services account.
account
- The number used to identify the Amazon Web Services account.public String getAccount()
The number used to identify the Amazon Web Services account.
public GetAccessKeyInfoResult withAccount(String account)
The number used to identify the Amazon Web Services account.
account
- The number used to identify the Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public GetAccessKeyInfoResult clone()