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