Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.model
Class ListVaultsResult

java.lang.Object
  extended by com.amazonaws.services.glacier.model.ListVaultsResult
All Implemented Interfaces:
Serializable

public class ListVaultsResult
extends Object
implements Serializable

Contains the Amazon Glacier response to your request.

See Also:
Serialized Form

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

ListVaultsResult

public ListVaultsResult()
Method Detail

getVaultList

public List<DescribeVaultOutput> getVaultList()
List of vaults.

Returns:
List of vaults.

setVaultList

public void setVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.

Parameters:
vaultList - List of vaults.

withVaultList

public ListVaultsResult withVaultList(DescribeVaultOutput... vaultList)
List of vaults.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vaultList - List of vaults.
Returns:
A reference to this updated object so that method calls can be chained together.

withVaultList

public ListVaultsResult withVaultList(Collection<DescribeVaultOutput> vaultList)
List of vaults.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vaultList - List of vaults.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

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.

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.

setMarker

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.

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.

withMarker

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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.