@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeResult extends AmazonWebServiceResult<ResponseMetadata> 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. | 
| DeleteTapeResult | withTapeARN(String tapeARN)
 The Amazon Resource Name (ARN) of the deleted virtual tape. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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()