Class TapeInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a virtual tape.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the gateway.The Amazon Resource Name (ARN) of a virtual tape.The barcode that identifies a specific virtual tape.The size, in bytes, of a virtual tape.The status of the tape.int
hashCode()
void
setGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.void
setTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of a virtual tape.void
setTapeBarcode
(String tapeBarcode) The barcode that identifies a specific virtual tape.void
setTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of a virtual tape.void
setTapeStatus
(String tapeStatus) The status of the tape.toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of a virtual tape.withTapeBarcode
(String tapeBarcode) The barcode that identifies a specific virtual tape.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of a virtual tape.withTapeStatus
(String tapeStatus) The status of the tape.
-
Constructor Details
-
TapeInfo
public TapeInfo()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of a virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of a virtual tape.
-
getTapeARN
The Amazon Resource Name (ARN) of a virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of a virtual tape.
-
withTapeARN
The Amazon Resource Name (ARN) of a virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of a virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeBarcode
The barcode that identifies a specific virtual tape.
- Parameters:
tapeBarcode
- The barcode that identifies a specific virtual tape.
-
getTapeBarcode
The barcode that identifies a specific virtual tape.
- Returns:
- The barcode that identifies a specific virtual tape.
-
withTapeBarcode
The barcode that identifies a specific virtual tape.
- Parameters:
tapeBarcode
- The barcode that identifies a specific virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeSizeInBytes
The size, in bytes, of a virtual tape.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of a virtual tape.
-
getTapeSizeInBytes
The size, in bytes, of a virtual tape.
- Returns:
- The size, in bytes, of a virtual tape.
-
withTapeSizeInBytes
The size, in bytes, of a virtual tape.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of a virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeStatus
The status of the tape.
- Parameters:
tapeStatus
- The status of the tape.
-
getTapeStatus
The status of the tape.
- Returns:
- The status of the tape.
-
withTapeStatus
The status of the tape.
- Parameters:
tapeStatus
- The status of the tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- Parameters:
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
-
getGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- Returns:
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
-
withGatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
- Parameters:
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.- 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
-