Class TapeArchive
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time that the archiving of the virtual tape was completed.The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.The Amazon Resource Name (ARN) of an archived virtual tape.The barcode that identifies the archived virtual tape.The size, in bytes, of the archived virtual tape.The current state of the archived virtual tape.int
hashCode()
void
setCompletionTime
(Date completionTime) The time that the archiving of the virtual tape was completed.void
setRetrievedTo
(String retrievedTo) The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.void
setTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of an archived virtual tape.void
setTapeBarcode
(String tapeBarcode) The barcode that identifies the archived virtual tape.void
setTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the archived virtual tape.void
setTapeStatus
(String tapeStatus) The current state of the archived virtual tape.toString()
Returns a string representation of this object; useful for testing and debugging.withCompletionTime
(Date completionTime) The time that the archiving of the virtual tape was completed.withRetrievedTo
(String retrievedTo) The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of an archived virtual tape.withTapeBarcode
(String tapeBarcode) The barcode that identifies the archived virtual tape.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the archived virtual tape.withTapeStatus
(String tapeStatus) The current state of the archived virtual tape.
-
Constructor Details
-
TapeArchive
public TapeArchive()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of an archived virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of an archived virtual tape.
-
getTapeARN
The Amazon Resource Name (ARN) of an archived virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of an archived virtual tape.
-
withTapeARN
The Amazon Resource Name (ARN) of an archived virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of an archived virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeBarcode
The barcode that identifies the archived virtual tape.
- Parameters:
tapeBarcode
- The barcode that identifies the archived virtual tape.
-
getTapeBarcode
The barcode that identifies the archived virtual tape.
- Returns:
- The barcode that identifies the archived virtual tape.
-
withTapeBarcode
The barcode that identifies the archived virtual tape.
- Parameters:
tapeBarcode
- The barcode that identifies the archived virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeSizeInBytes
The size, in bytes, of the archived virtual tape.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the archived virtual tape.
-
getTapeSizeInBytes
The size, in bytes, of the archived virtual tape.
- Returns:
- The size, in bytes, of the archived virtual tape.
-
withTapeSizeInBytes
The size, in bytes, of the archived virtual tape.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the archived virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCompletionTime
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.
- Parameters:
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.
-
getCompletionTime
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.
- Returns:
- 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.
-
withCompletionTime
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRetrievedTo
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
- Parameters:
retrievedTo
- The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.The virtual tape is retrieved from the virtual tape shelf (VTS).
-
getRetrievedTo
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
- Returns:
- The Amazon Resource Name (ARN) of the gateway-VTL that the
virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
-
withRetrievedTo
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
- Parameters:
retrievedTo
- The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.The virtual tape is retrieved from the virtual tape shelf (VTS).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeStatus
The current state of the archived virtual tape.
- Parameters:
tapeStatus
- The current state of the archived virtual tape.
-
getTapeStatus
The current state of the archived virtual tape.
- Returns:
- The current state of the archived virtual tape.
-
withTapeStatus
The current state of the archived virtual tape.
- Parameters:
tapeStatus
- The current state of the archived virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-