Class DescribeTapesResult
- All Implemented Interfaces:
Serializable,Cloneable
DescribeTapesOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.getTapes()An array of virtual tape descriptions.inthashCode()voidAn opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.voidsetTapes(Collection<Tape> tapes) An array of virtual tape descriptions.toString()Returns a string representation of this object; useful for testing and debugging.withMarker(String marker) An opaque string which can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.An array of virtual tape descriptions.withTapes(Collection<Tape> tapes) An array of virtual tape descriptions.
-
Constructor Details
-
DescribeTapesResult
public DescribeTapesResult()
-
-
Method Details
-
getTapes
An array of virtual tape descriptions.
- Returns:
- An array of virtual tape descriptions.
-
setTapes
An array of virtual tape descriptions.
- Parameters:
tapes- An array of virtual tape descriptions.
-
withTapes
An array of virtual tape descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setTapes(java.util.Collection)orwithTapes(java.util.Collection)if you want to override the existing values.- Parameters:
tapes- An array of virtual tape descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTapes
An array of virtual tape descriptions.
- Parameters:
tapes- An array of virtual tape descriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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.
- 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.
-
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.
- 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.
-
withMarker
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.
- 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:
- 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
-