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