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