public class UpdateVTLDeviceTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateVTLDeviceType operation.
This operation updates the type of medium changer in a gateway-VTL. When you activate a gateway-VTL, you select a medium changer type for the gateway-VTL. This operation enables you to select a different type of medium changer after a gateway-VTL is activated.
NOOP| Constructor and Description |
|---|
UpdateVTLDeviceTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVTLDeviceTypeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceType()
The type of medium changer you want to select.
|
String |
getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you want to
select.
|
int |
hashCode() |
void |
setDeviceType(String deviceType)
The type of medium changer you want to select.
|
void |
setVTLDeviceARN(String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you want to
select.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateVTLDeviceTypeRequest |
withDeviceType(String deviceType)
The type of medium changer you want to select.
|
UpdateVTLDeviceTypeRequest |
withVTLDeviceARN(String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you want to
select.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 want to
select.public UpdateVTLDeviceTypeRequest 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 want to
select.public String getDeviceType()
Valid Values: "STK-L700", "AWS-Gateway-VTL"
Constraints:
Length: 2 - 50
Valid Values: "STK-L700", "AWS-Gateway-VTL"
public void setDeviceType(String deviceType)
Valid Values: "STK-L700", "AWS-Gateway-VTL"
Constraints:
Length: 2 - 50
deviceType - The type of medium changer you want to select. Valid Values: "STK-L700", "AWS-Gateway-VTL"
public UpdateVTLDeviceTypeRequest withDeviceType(String deviceType)
Valid Values: "STK-L700", "AWS-Gateway-VTL"
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 2 - 50
deviceType - The type of medium changer you want to select. Valid Values: "STK-L700", "AWS-Gateway-VTL"
public String toString()
toString in class ObjectObject.toString()public UpdateVTLDeviceTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.