public class GetAccessKeyInfoResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetAccessKeyInfoResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccount()
The number used to identify the Amazon Web Services account.
|
int |
hashCode() |
void |
setAccount(java.lang.String account)
The number used to identify the Amazon Web Services account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAccessKeyInfoResult |
withAccount(java.lang.String account)
The number used to identify the Amazon Web Services account.
|
public java.lang.String getAccount()
The number used to identify the Amazon Web Services account.
The number used to identify the Amazon Web Services account.
public void setAccount(java.lang.String account)
The number used to identify the Amazon Web Services account.
account
- The number used to identify the Amazon Web Services account.
public GetAccessKeyInfoResult withAccount(java.lang.String account)
The number used to identify the Amazon Web Services account.
Returns a reference to this object so that method calls can be chained together.
account
- The number used to identify the Amazon Web Services account.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object