Class CreateTapeWithBarcodeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CreateTapeWithBarcodeResult
- All Implemented Interfaces:
Serializable
,Cloneable
CreateTapeOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.int
hashCode()
void
setTapeARN
(String tapeARN) A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.toString()
Returns a string representation of this object; useful for testing and debugging.withTapeARN
(String tapeARN) A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
-
Constructor Details
-
CreateTapeWithBarcodeResult
public CreateTapeWithBarcodeResult()
-
-
Method Details
-
setTapeARN
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
- Parameters:
tapeARN
- A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
-
getTapeARN
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
- Returns:
- A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
-
withTapeARN
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
- Parameters:
tapeARN
- A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.- 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
-