Class ListVaultsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The vault ARN at which to continue pagination of the results.List of vaults.int
hashCode()
void
The vault ARN at which to continue pagination of the results.void
setVaultList
(Collection<DescribeVaultOutput> vaultList) List of vaults.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) The vault ARN at which to continue pagination of the results.withVaultList
(DescribeVaultOutput... vaultList) List of vaults.withVaultList
(Collection<DescribeVaultOutput> vaultList) List of vaults.
-
Constructor Details
-
ListVaultsResult
public ListVaultsResult()
-
-
Method Details
-
getVaultList
List of vaults.
- Returns:
- List of vaults.
-
setVaultList
List of vaults.
- Parameters:
vaultList
- List of vaults.
-
withVaultList
List of vaults.
NOTE: This method appends the values to the existing list (if any). Use
setVaultList(java.util.Collection)
orwithVaultList(java.util.Collection)
if you want to override the existing values.- Parameters:
vaultList
- List of vaults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVaultList
List of vaults.
- Parameters:
vaultList
- List of vaults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withMarker
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-