public static class UpdateTransferDeviceResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTransferDeviceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateTransferDeviceResponse |
build()
Build the response object.
|
UpdateTransferDeviceResponse.Builder |
copy(UpdateTransferDeviceResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateTransferDeviceResponse.Builder |
etag(String etag) |
UpdateTransferDeviceResponse.Builder |
opcRequestId(String opcRequestId) |
UpdateTransferDeviceResponse.Builder |
transferDevice(TransferDevice transferDevice)
The returned TransferDevice instance.
|
public UpdateTransferDeviceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateTransferDeviceResponse.Builder opcRequestId(String opcRequestId)
opcRequestId
- the value to setpublic UpdateTransferDeviceResponse.Builder etag(String etag)
etag
- the value to setpublic UpdateTransferDeviceResponse.Builder transferDevice(TransferDevice transferDevice)
The returned TransferDevice instance.
transferDevice
- the value to setpublic UpdateTransferDeviceResponse.Builder copy(UpdateTransferDeviceResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateTransferDeviceResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.