Class ListTapesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the following fields:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A string that indicates the position at which to begin returning the next list of tapes.int
hashCode()
void
A string that indicates the position at which to begin returning the next list of tapes.void
setTapeInfos
(Collection<TapeInfo> tapeInfos) toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) A string that indicates the position at which to begin returning the next list of tapes.withTapeInfos
(TapeInfo... tapeInfos) NOTE: This method appends the values to the existing list (if any).withTapeInfos
(Collection<TapeInfo> tapeInfos)
-
Constructor Details
-
ListTapesResult
public ListTapesResult()
-
-
Method Details
-
getTapeInfos
- Returns:
-
setTapeInfos
- Parameters:
tapeInfos
-
-
withTapeInfos
NOTE: This method appends the values to the existing list (if any). Use
setTapeInfos(java.util.Collection)
orwithTapeInfos(java.util.Collection)
if you want to override the existing values.- Parameters:
tapeInfos
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTapeInfos
- Parameters:
tapeInfos
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
- Parameters:
marker
- A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
-
getMarker
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
- Returns:
- A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
-
withMarker
A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
- Parameters:
marker
- A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.- 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
-