public class DeleteTapeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
DeleteTapeOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tapeARN
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
Constructor and Description |
---|
DeleteTapeResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
int |
hashCode() |
void |
setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeResult |
withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
private java.lang.String tapeARN
The Amazon Resource Name (ARN) of the deleted virtual tape.
public void setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.public java.lang.String getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
public DeleteTapeResult withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN
- The Amazon Resource Name (ARN) of the deleted virtual tape.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 DeleteTapeResult clone()
clone
in class java.lang.Object