public static class GetBackendHealthResponse.Builder extends Object implements BmcResponse.Builder<GetBackendHealthResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetBackendHealthResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetBackendHealthResponse.Builder |
backendHealth(BackendHealth backendHealth)
The returned
BackendHealth instance. |
GetBackendHealthResponse |
build()
Build the response object.
|
GetBackendHealthResponse.Builder |
copy(GetBackendHealthResponse o)
Copy method to populate the builder with values from the given instance.
|
GetBackendHealthResponse.Builder |
headers(Map<String,List<String>> headers) |
GetBackendHealthResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetBackendHealthResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetBackendHealthResponse>
public GetBackendHealthResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetBackendHealthResponse>
public GetBackendHealthResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you must contact Oracle about a particular request, then provide the request identifier.
opcRequestId
- the value to setpublic GetBackendHealthResponse.Builder backendHealth(BackendHealth backendHealth)
The returned BackendHealth
instance.
backendHealth
- the value to setpublic GetBackendHealthResponse.Builder copy(GetBackendHealthResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetBackendHealthResponse>
o
- other request from which to copy valuespublic GetBackendHealthResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetBackendHealthResponse>
Copyright © 2016–2024. All rights reserved.