public class DescribeTapeArchivesResult extends Object implements Serializable
DescribeTapeArchivesOutput
Constructor and Description |
---|
DescribeTapeArchivesResult() |
Modifier and Type | Method and Description |
---|---|
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(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in The Virtual Tape Shelf (VTS).
|
DescribeTapeArchivesResult |
withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in The Virtual Tape Shelf (VTS).
|
public List<TapeArchive> getTapeArchives()
public void setTapeArchives(Collection<TapeArchive> tapeArchives)
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.public DescribeTapeArchivesResult withTapeArchives(TapeArchive... tapeArchives)
Returns a reference to this object so that method calls can be chained together.
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.public DescribeTapeArchivesResult withTapeArchives(Collection<TapeArchive> tapeArchives)
Returns a reference to this object so that method calls can be chained together.
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.public String getMarker()
Constraints:
Length: 1 - 1000
public void setMarker(String marker)
Constraints:
Length: 1 - 1000
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.public DescribeTapeArchivesResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
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.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.