com.amazonaws.services.storagegateway.model
Class DescribeTapesResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DescribeTapesResult
All Implemented Interfaces:
Serializable

public class DescribeTapesResult
extends Object
implements Serializable

DescribeTapesOutput

See Also:
Serialized Form

Constructor Summary
DescribeTapesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.
 List<Tape> getTapes()
          An array of virtual tape descriptions.
 int hashCode()
           
 void setMarker(String marker)
          An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.
 void setTapes(Collection<Tape> tapes)
          An array of virtual tape descriptions.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTapesResult withMarker(String marker)
          An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.
 DescribeTapesResult withTapes(Collection<Tape> tapes)
          An array of virtual tape descriptions.
 DescribeTapesResult withTapes(Tape... tapes)
          An array of virtual tape descriptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTapesResult

public DescribeTapesResult()
Method Detail

getTapes

public List<Tape> getTapes()
An array of virtual tape descriptions.

Returns:
An array of virtual tape descriptions.

setTapes

public void setTapes(Collection<Tape> tapes)
An array of virtual tape descriptions.

Parameters:
tapes - An array of virtual tape descriptions.

withTapes

public DescribeTapesResult withTapes(Tape... tapes)
An array of virtual tape descriptions.

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

Parameters:
tapes - An array of virtual tape descriptions.
Returns:
A reference to this updated object so that method calls can be chained together.

withTapes

public DescribeTapesResult withTapes(Collection<Tape> tapes)
An array of virtual tape descriptions.

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

Parameters:
tapes - An array of virtual tape descriptions.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

Constraints:
Length: 1 - 1000

Returns:
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.


setMarker

public void setMarker(String marker)
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

Constraints:
Length: 1 - 1000

Parameters:
marker - An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.


withMarker

public DescribeTapesResult withMarker(String marker)
An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

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

Constraints:
Length: 1 - 1000

Parameters:
marker - An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

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 © 2016. All rights reserved.