@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() |
Long |
getTapeSizeInBytes()
The size, in bytes, of the virtual tape.
|
String |
getTapeStatus()
The current state of 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) |
void |
setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.
|
void |
setTapeStatus(String tapeStatus)
The current state of 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) |
Tape |
withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.
|
Tape |
withTapeStatus(String tapeStatus)
The current state of 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)
tapeCreatedDate
- public Date getTapeCreatedDate()
public Tape withTapeCreatedDate(Date tapeCreatedDate)
tapeCreatedDate
- public void setTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.
tapeSizeInBytes
- The size, in bytes, of the virtual tape.public Long getTapeSizeInBytes()
The size, in bytes, of the virtual tape.
public Tape withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.
tapeSizeInBytes
- The size, in bytes, of the virtual tape.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 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.