public class GetAccessKeyInfoResult extends Object implements Serializable
Constructor and Description |
---|
GetAccessKeyInfoResult() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
GetAccessKeyInfoResult |
withAccount(String account)
The number used to identify the AWS account.
|
public String getAccount()
The number used to identify the AWS account.
The number used to identify the AWS account.
public void setAccount(String account)
The number used to identify the AWS account.
account
- The number used to identify the AWS account.
public GetAccessKeyInfoResult withAccount(String account)
The number used to identify the AWS account.
Returns a reference to this object so that method calls can be chained together.
account
- The number used to identify the AWS account.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.