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