public class DeleteTapeResult extends Object implements Serializable, Cloneable
DeleteTapeOutput
| Constructor and Description |
|---|
DeleteTapeResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeResult |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
int |
hashCode() |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
|
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the deleted virtual tape.public String getTapeARN()
The Amazon Resource Name (ARN) of the deleted virtual tape.
public DeleteTapeResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the deleted virtual tape.public String toString()
toString in class ObjectObject.toString()public DeleteTapeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.