public class UpdateVTLDeviceTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateVTLDeviceTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.