@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tape extends Object implements Serializable, Cloneable, StructuredPojo
Describes a virtual tape object.
Constructor and Description |
---|
Tape() |
Modifier and Type | Method and Description |
---|---|
Tape |
clone() |
boolean |
equals(Object obj) |
Double |
getProgress()
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
|
String |
getTapeBarcode()
The barcode that identifies a specific virtual tape.
|
Date |
getTapeCreatedDate()
The date the virtual tape was created.
|
Long |
getTapeSizeInBytes()
The size, in bytes, of the virtual tape capacity.
|
String |
getTapeStatus()
The current state of the virtual tape.
|
Long |
getTapeUsedInBytes()
The size, in bytes, of data written to the virtual tape.
|
String |
getVTLDevice()
The virtual tape library (VTL) device that the virtual tape is associated with.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
void |
setTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
void |
setTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
|
void |
setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
|
void |
setTapeStatus(String tapeStatus)
The current state of the virtual tape.
|
void |
setTapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data written to the virtual tape.
|
void |
setVTLDevice(String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Tape |
withProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
Tape |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
Tape |
withTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
Tape |
withTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
|
Tape |
withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
|
Tape |
withTapeStatus(String tapeStatus)
The current state of the virtual tape.
|
Tape |
withTapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data written to the virtual tape.
|
Tape |
withVTLDevice(String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
|
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public Tape withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.public void setTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
tapeBarcode
- The barcode that identifies a specific virtual tape.public String getTapeBarcode()
The barcode that identifies a specific virtual tape.
public Tape withTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
tapeBarcode
- The barcode that identifies a specific virtual tape.public void setTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
tapeCreatedDate
- The date the virtual tape was created.public Date getTapeCreatedDate()
The date the virtual tape was created.
public Tape withTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
tapeCreatedDate
- The date the virtual tape was created.public void setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
tapeSizeInBytes
- The size, in bytes, of the virtual tape capacity.public Long getTapeSizeInBytes()
The size, in bytes, of the virtual tape capacity.
public Tape withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
tapeSizeInBytes
- The size, in bytes, of the virtual tape capacity.public void setTapeStatus(String tapeStatus)
The current state of the virtual tape.
tapeStatus
- The current state of the virtual tape.public String getTapeStatus()
The current state of the virtual tape.
public Tape withTapeStatus(String tapeStatus)
The current state of the virtual tape.
tapeStatus
- The current state of the virtual tape.public void setVTLDevice(String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
vTLDevice
- The virtual tape library (VTL) device that the virtual tape is associated with.public String getVTLDevice()
The virtual tape library (VTL) device that the virtual tape is associated with.
public Tape withVTLDevice(String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
vTLDevice
- The virtual tape library (VTL) device that the virtual tape is associated with.public void setProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
progress
- For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is
complete.
Range: 0 (not started) to 100 (complete).
public Double getProgress()
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
Range: 0 (not started) to 100 (complete).
public Tape withProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
progress
- For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is
complete.
Range: 0 (not started) to 100 (complete).
public void setTapeUsedInBytes(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.
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.
public Long getTapeUsedInBytes()
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 Tape withTapeUsedInBytes(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.
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.
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.