ToCopyableBuilder<DescribeTapeArchivesResponse.Builder,DescribeTapeArchivesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeTapeArchivesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeTapeArchivesResponse.Builder,DescribeTapeArchivesResponse>
DescribeTapeArchivesOutput
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeTapeArchivesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeTapeArchivesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.
|
static Class<? extends DescribeTapeArchivesResponse.Builder> |
serializableBuilderClass() |
|
List<TapeArchive> |
tapeArchives() |
An array of virtual tape objects in the virtual tape shelf (VTS).
|
DescribeTapeArchivesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<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.
public 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.
public DescribeTapeArchivesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTapeArchivesResponse.Builder,DescribeTapeArchivesResponse>
public static DescribeTapeArchivesResponse.Builder builder()
public static Class<? extends DescribeTapeArchivesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.