public class CreateTapeWithBarcodeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
CreateTapeOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tapeARN
A unique Amazon Resource Name (ARN) that represents the virtual tape that
was created.
|
Constructor and Description |
---|
CreateTapeWithBarcodeResult() |
Modifier and Type | Method and Description |
---|---|
CreateTapeWithBarcodeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTapeARN()
A unique Amazon Resource Name (ARN) that represents the virtual tape that
was created.
|
int |
hashCode() |
void |
setTapeARN(java.lang.String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that
was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTapeWithBarcodeResult |
withTapeARN(java.lang.String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that
was created.
|
private java.lang.String tapeARN
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
public void setTapeARN(java.lang.String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
tapeARN
- A unique Amazon Resource Name (ARN) that represents the virtual
tape that was created.public java.lang.String getTapeARN()
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
public CreateTapeWithBarcodeResult withTapeARN(java.lang.String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
tapeARN
- A unique Amazon Resource Name (ARN) that represents the virtual
tape that was created.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateTapeWithBarcodeResult clone()
clone
in class java.lang.Object