@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVTLDeviceTypeResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
UpdateVTLDeviceTypeResult |
withVTLDeviceARN(String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you have selected.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateVTLDeviceTypeResult clone()
Copyright © 2019. All rights reserved.