public class ListVaultsResult extends Object implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
ListVaultsResult() |
Modifier and Type | Method and Description |
---|---|
ListVaultsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The vault ARN at which to continue pagination of the results.
|
List<DescribeVaultOutput> |
getVaultList()
List of vaults.
|
int |
hashCode() |
void |
setMarker(String marker)
The vault ARN at which to continue pagination of the results.
|
void |
setVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVaultsResult |
withMarker(String marker)
The vault ARN at which to continue pagination of the results.
|
ListVaultsResult |
withVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
|
ListVaultsResult |
withVaultList(DescribeVaultOutput... vaultList)
List of vaults.
|
public List<DescribeVaultOutput> getVaultList()
List of vaults.
public void setVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
vaultList
- List of vaults.public ListVaultsResult withVaultList(DescribeVaultOutput... vaultList)
List of vaults.
NOTE: This method appends the values to the existing list (if
any). Use setVaultList(java.util.Collection)
or
withVaultList(java.util.Collection)
if you want to override the
existing values.
vaultList
- List of vaults.public ListVaultsResult withVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.
vaultList
- List of vaults.public void setMarker(String 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.
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 String getMarker()
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(String 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.
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 String toString()
toString
in class Object
Object.toString()
public ListVaultsResult clone()
Copyright © 2018. All rights reserved.