Class UpdateVTLDeviceTypeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.UpdateVTLDeviceTypeResult
- All Implemented Interfaces:
Serializable
,Cloneable
UpdateVTLDeviceTypeOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withVTLDeviceARN
(String vTLDeviceARN) The Amazon Resource Name (ARN) of the medium changer you have selected.
-
Constructor Details
-
UpdateVTLDeviceTypeResult
public UpdateVTLDeviceTypeResult()
-
-
Method Details
-
setVTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you have selected.
- Parameters:
vTLDeviceARN
- The Amazon Resource Name (ARN) of the medium changer you have selected.
-
getVTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you have selected.
- Returns:
- The Amazon Resource Name (ARN) of the medium changer you have selected.
-
withVTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you have selected.
- Parameters:
vTLDeviceARN
- The Amazon Resource Name (ARN) of the medium changer you have selected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-