public class AccountWithRestoreAccess
extends java.lang.Object
implements java.io.Serializable
Describes an AWS customer account authorized to restore a snapshot.
| コンストラクタと説明 |
|---|
AccountWithRestoreAccess() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAccountId()
The identifier of an AWS customer account authorized to restore a
snapshot.
|
int |
hashCode() |
void |
setAccountId(java.lang.String accountId)
The identifier of an AWS customer account authorized to restore a
snapshot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AccountWithRestoreAccess |
withAccountId(java.lang.String accountId)
The identifier of an AWS customer account authorized to restore a
snapshot.
|
public java.lang.String getAccountId()
public void setAccountId(java.lang.String accountId)
accountId - The identifier of an AWS customer account authorized to restore a
snapshot.public AccountWithRestoreAccess withAccountId(java.lang.String accountId)
Returns a reference to this object so that method calls can be chained together.
accountId - The identifier of an AWS customer account authorized to restore a
snapshot.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object