public static class ListGatewaysResponse.Builder extends Object implements BmcResponse.Builder<ListGatewaysResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListGatewaysResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ListGatewaysResponse |
build()
Build the response object.
|
ListGatewaysResponse.Builder |
copy(ListGatewaysResponse o)
Copy method to populate the builder with values from the given instance.
|
ListGatewaysResponse.Builder |
gatewayCollection(GatewayCollection gatewayCollection)
The returned
GatewayCollection instance. |
ListGatewaysResponse.Builder |
headers(Map<String,List<String>> headers) |
ListGatewaysResponse.Builder |
opcNextPage(String opcNextPage)
For list pagination.
|
ListGatewaysResponse.Builder |
opcPrevPage(String opcPrevPage)
For list pagination.
|
ListGatewaysResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public ListGatewaysResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<ListGatewaysResponse>
public ListGatewaysResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<ListGatewaysResponse>
public ListGatewaysResponse.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 ListGatewaysResponse.Builder opcNextPage(String opcNextPage)
For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see List Pagination.
opcNextPage
- the value to setpublic ListGatewaysResponse.Builder opcPrevPage(String opcPrevPage)
For list pagination. When this header appears in the response, additional pages of results were seen previously. For important details about how pagination works, see List Pagination.
opcPrevPage
- the value to setpublic ListGatewaysResponse.Builder gatewayCollection(GatewayCollection gatewayCollection)
The returned GatewayCollection
instance.
gatewayCollection
- the value to setpublic ListGatewaysResponse.Builder copy(ListGatewaysResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<ListGatewaysResponse>
o
- other request from which to copy valuespublic ListGatewaysResponse build()
Build the response object.
build
in interface BmcResponse.Builder<ListGatewaysResponse>
Copyright © 2016–2024. All rights reserved.