@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 | IBM-03584L32-0402
deviceType - The type of medium changer you want to select.
Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402
public String getDeviceType()
The type of medium changer you want to select.
Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402
Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402
public UpdateVTLDeviceTypeRequest withDeviceType(String deviceType)
The type of medium changer you want to select.
Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402
deviceType - The type of medium changer you want to select.
Valid Values: STK-L700 | AWS-Gateway-VTL | IBM-03584L32-0402
public String toString()
toString in class ObjectObject.toString()public UpdateVTLDeviceTypeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()