public static class CreateGatewayResponse.Builder extends Object implements BmcResponse.Builder<CreateGatewayResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateGatewayResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateGatewayResponse |
build()
Build the response object.
|
CreateGatewayResponse.Builder |
copy(CreateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateGatewayResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateGatewayResponse.Builder |
gateway(Gateway gateway)
The returned
Gateway instance. |
CreateGatewayResponse.Builder |
headers(Map<String,List<String>> headers) |
CreateGatewayResponse.Builder |
location(String location)
Location of the resource.
|
CreateGatewayResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateGatewayResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public CreateGatewayResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<CreateGatewayResponse>
public CreateGatewayResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<CreateGatewayResponse>
public CreateGatewayResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic CreateGatewayResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request. Use getWorkRequest
with this id to track the status of the request.
opcWorkRequestId
- the value to setpublic CreateGatewayResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request id.
opcRequestId
- the value to setpublic CreateGatewayResponse.Builder location(String location)
Location of the resource.
location
- the value to setpublic CreateGatewayResponse.Builder gateway(Gateway gateway)
The returned Gateway
instance.
gateway
- the value to setpublic CreateGatewayResponse.Builder copy(CreateGatewayResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<CreateGatewayResponse>
o
- other request from which to copy valuespublic CreateGatewayResponse build()
Build the response object.
build
in interface BmcResponse.Builder<CreateGatewayResponse>
Copyright © 2016–2024. All rights reserved.