public static class GetBackendOperationalStatusResponse.Builder extends Object implements BmcResponse.Builder<GetBackendOperationalStatusResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetBackendOperationalStatusResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetBackendOperationalStatusResponse.Builder |
backendOperationalStatus(BackendOperationalStatus backendOperationalStatus)
The returned
BackendOperationalStatus instance. |
GetBackendOperationalStatusResponse |
build()
Build the response object.
|
GetBackendOperationalStatusResponse.Builder |
copy(GetBackendOperationalStatusResponse o)
Copy method to populate the builder with values from the given instance.
|
GetBackendOperationalStatusResponse.Builder |
headers(Map<String,List<String>> headers) |
GetBackendOperationalStatusResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetBackendOperationalStatusResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetBackendOperationalStatusResponse>
public GetBackendOperationalStatusResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetBackendOperationalStatusResponse>
public GetBackendOperationalStatusResponse.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 GetBackendOperationalStatusResponse.Builder backendOperationalStatus(BackendOperationalStatus backendOperationalStatus)
The returned BackendOperationalStatus
instance.
backendOperationalStatus
- the value to setpublic GetBackendOperationalStatusResponse.Builder copy(GetBackendOperationalStatusResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetBackendOperationalStatusResponse>
o
- other request from which to copy valuespublic GetBackendOperationalStatusResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetBackendOperationalStatusResponse>
Copyright © 2016–2025. All rights reserved.