public class UpdateVTLDeviceTypeResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
UpdateVTLDeviceTypeOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
vTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you have selected.
|
Constructor and Description |
---|
UpdateVTLDeviceTypeResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVTLDeviceTypeResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you have selected.
|
int |
hashCode() |
void |
setVTLDeviceARN(java.lang.String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you have selected.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateVTLDeviceTypeResult |
withVTLDeviceARN(java.lang.String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you have selected.
|
private java.lang.String vTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you have selected.
public void setVTLDeviceARN(java.lang.String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you have selected.
vTLDeviceARN
- The Amazon Resource Name (ARN) of the medium changer you have
selected.public java.lang.String getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you have selected.
public UpdateVTLDeviceTypeResult withVTLDeviceARN(java.lang.String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you have selected.
vTLDeviceARN
- The Amazon Resource Name (ARN) of the medium changer you have
selected.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 UpdateVTLDeviceTypeResult clone()
clone
in class java.lang.Object