|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.glacier.model.ListVaultsResult
public class ListVaultsResult
Contains the Amazon Glacier response to your request.
Constructor Summary | |
---|---|
ListVaultsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListVaultsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |