@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTapeArchivesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeTapeArchivesOutput
Constructor and Description |
---|
DescribeTapeArchivesResult() |
Modifier and Type | Method and 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(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).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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.
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.
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)
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)
or withTapeArchives(java.util.Collection)
if you want to
override the existing values.
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)
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.
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 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.
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 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.
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.
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()
public DescribeTapeArchivesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.