public class ListVaultsResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
ListVaultsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
The vault ARN at which to continue pagination of the results.
|
java.util.List<DescribeVaultOutput> |
getVaultList()
List of vaults.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
The vault ARN at which to continue pagination of the results.
|
void |
setVaultList(java.util.Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVaultsResult |
withMarker(java.lang.String marker)
The vault ARN at which to continue pagination of the results.
|
ListVaultsResult |
withVaultList(java.util.Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
ListVaultsResult |
withVaultList(DescribeVaultOutput... vaultList)
List of vaults.
|
public java.util.List<DescribeVaultOutput> getVaultList()
public void setVaultList(java.util.Collection<DescribeVaultOutput> vaultList)
vaultList - List of vaults.public ListVaultsResult withVaultList(DescribeVaultOutput... vaultList)
Returns a reference to this object so that method calls can be chained together.
vaultList - List of vaults.public ListVaultsResult withVaultList(java.util.Collection<DescribeVaultOutput> vaultList)
Returns a reference to this object so that method calls can be chained together.
vaultList - List of vaults.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - The vault ARN at which to continue pagination of the results. You use
the marker in another List Vaults request to obtain more vaults in the
list.public ListVaultsResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The vault ARN at which to continue pagination of the results. You use
the marker in another List Vaults request to obtain more vaults in the
list.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