Class DescribeTapeArchivesResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DescribeTapeArchivesResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeTapeArchivesResult extends Object implements Serializable, Cloneable
DescribeTapeArchivesOutput
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeTapeArchivesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeTapeArchivesResult
clone()
boolean
equals(Object obj)
String
getMarker()
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.List<TapeArchive>
getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS).int
hashCode()
void
setMarker(String marker)
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.void
setTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeTapeArchivesResult
withMarker(String marker)
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.DescribeTapeArchivesResult
withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).DescribeTapeArchivesResult
withTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
-
-
-
Method Detail
-
getTapeArchives
public List<TapeArchive> getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
- Returns:
- An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
-
setTapeArchives
public void setTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
- Parameters:
tapeArchives
- An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
-
withTapeArchives
public DescribeTapeArchivesResult withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
NOTE: This method appends the values to the existing list (if any). Use
setTapeArchives(java.util.Collection)
orwithTapeArchives(java.util.Collection)
if you want to override the existing values.- Parameters:
tapeArchives
- An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTapeArchives
public DescribeTapeArchivesResult withTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.
- Parameters:
tapeArchives
- An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name(ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description and tape barcode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
public void setMarker(String marker)
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
- Parameters:
marker
- An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
-
getMarker
public String getMarker()
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
- Returns:
- An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
-
withMarker
public DescribeTapeArchivesResult withMarker(String marker)
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
- Parameters:
marker
- An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.- Returns:
- Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTapeArchivesResult clone()
-
-