StructuredPojo
, ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
@Generated("software.amazon.awssdk:codegen") public class TapeArchive extends Object implements StructuredPojo, ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
Modifier and Type | Class | Description |
---|---|---|
static interface |
TapeArchive.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TapeArchive.Builder |
builder() |
|
Date |
completionTime() |
The time that the archiving of the virtual tape was completed.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
retrievedTo() |
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
static Class<? extends TapeArchive.Builder> |
serializableBuilderClass() |
|
String |
tapeARN() |
The Amazon Resource Name (ARN) of an archived virtual tape.
|
String |
tapeBarcode() |
The barcode that identifies the archived virtual tape.
|
Date |
tapeCreatedDate() |
|
Long |
tapeSizeInBytes() |
The size, in bytes, of the archived virtual tape.
|
String |
tapeStatus() |
The current state of the archived virtual tape.
|
Long |
tapeUsedInBytes() |
The size, in bytes, of data written to the virtual tape.
|
TapeArchive.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
public String tapeBarcode()
The barcode that identifies the archived virtual tape.
public Date tapeCreatedDate()
public Long tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
public Date completionTime()
The time that the archiving of the virtual tape was completed.
The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public String retrievedTo()
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
The virtual tape is retrieved from the virtual tape shelf (VTS).
public String tapeStatus()
The current state of the archived virtual tape.
public Long tapeUsedInBytes()
The size, in bytes, of data written to the virtual tape.
This value is not available for tapes created prior to May,13 2015.
This value is not available for tapes created prior to May,13 2015.
public TapeArchive.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
public static TapeArchive.Builder builder()
public static Class<? extends TapeArchive.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.