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 String getVTLDeviceARN()
Constraints:
Length: 50 - 500
public void setVTLDeviceARN(String vTLDeviceARN)
Constraints:
Length: 50 - 500
vTLDeviceARN - The Amazon Resource Name (ARN) of the medium changer you have
selected.public UpdateVTLDeviceTypeResult withVTLDeviceARN(String vTLDeviceARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
vTLDeviceARN - The Amazon Resource Name (ARN) of the medium changer you have
selected.public String toString()
toString in class ObjectObject.toString()public UpdateVTLDeviceTypeResult clone()
Copyright © 2015. All rights reserved.