Package com.oracle.bmc.core.responses
Class DetachVnicResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.core.responses.DetachVnicResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<DetachVnicResponse>
- Enclosing class:
- DetachVnicResponse
public static class DetachVnicResponse.Builder extends Object implements BmcResponse.Builder<DetachVnicResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachVnicResponse.Builder__httpStatusCode__(int __httpStatusCode__)DetachVnicResponsebuild()Build the response object.DetachVnicResponse.Buildercopy(DetachVnicResponse o)Copy method to populate the builder with values from the given instance.DetachVnicResponse.Builderheaders(Map<String,List<String>> headers)DetachVnicResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public DetachVnicResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<DetachVnicResponse>
-
headers
public DetachVnicResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<DetachVnicResponse>
-
opcRequestId
public DetachVnicResponse.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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder
-
copy
public DetachVnicResponse.Builder copy(DetachVnicResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<DetachVnicResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public DetachVnicResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<DetachVnicResponse>- Returns:
- the response object
-
-