public class ListVaultsResult extends Object implements Serializable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
ListVaultsResult() |
Modifier and Type | Method and Description |
---|---|
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()
public void setVaultList(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(Collection<DescribeVaultOutput> vaultList)
Returns a reference to this object so that method calls can be chained together.
vaultList
- List of vaults.public String getMarker()
public void setMarker(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(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.