public class UpdateVTLDeviceTypeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
deviceType
The type of medium changer you want to select.
|
private java.lang.String |
vTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you want to select.
|
NOOP
Constructor and Description |
---|
UpdateVTLDeviceTypeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVTLDeviceTypeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeviceType()
The type of medium changer you want to select.
|
java.lang.String |
getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you want to select.
|
int |
hashCode() |
void |
setDeviceType(java.lang.String deviceType)
The type of medium changer you want to select.
|
void |
setVTLDeviceARN(java.lang.String vTLDeviceARN)
The Amazon Resource Name (ARN) of the medium changer you want to select.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateVTLDeviceTypeRequest |
withDeviceType(java.lang.String deviceType)
The type of medium changer you want to select.
|
UpdateVTLDeviceTypeRequest |
withVTLDeviceARN(java.lang.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
private java.lang.String vTLDeviceARN
The Amazon Resource Name (ARN) of the medium changer you want to select.
private java.lang.String deviceType
The type of medium changer you want to select.
Valid Values: "STK-L700", "AWS-Gateway-VTL"
public void setVTLDeviceARN(java.lang.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 java.lang.String getVTLDeviceARN()
The Amazon Resource Name (ARN) of the medium changer you want to select.
public UpdateVTLDeviceTypeRequest withVTLDeviceARN(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateVTLDeviceTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()