public class UpdateVTLDeviceTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateVTLDeviceTypeInput
NOOP| Constructor and Description |
|---|
UpdateVTLDeviceTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateVTLDeviceTypeRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setVTLDeviceARN(String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you want to select.
vTLDeviceARN - The Amazon Resource Name (ARN) of the medium changer you want to
select.public String getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you want to select.
public UpdateVTLDeviceTypeRequest withVTLDeviceARN(String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you want to select.
vTLDeviceARN - The Amazon Resource Name (ARN) of the medium changer you want to
select.public void setDeviceType(String deviceType)
The type of medium changer you want to select.
Valid Values: "STK-L700", "AWS-Gateway-VTL"
deviceType - The type of medium changer you want to select.
Valid Values: "STK-L700", "AWS-Gateway-VTL"
public String getDeviceType()
The type of medium changer you want to select.
Valid Values: "STK-L700", "AWS-Gateway-VTL"
Valid Values: "STK-L700", "AWS-Gateway-VTL"
public UpdateVTLDeviceTypeRequest withDeviceType(String deviceType)
The type of medium changer you want to select.
Valid Values: "STK-L700", "AWS-Gateway-VTL"
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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.