Package com.oracle.bmc.core.responses
Class GetVcnOverlapResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.core.responses.GetVcnOverlapResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetVcnOverlapResponse>
- Enclosing class:
- GetVcnOverlapResponse
public static class GetVcnOverlapResponse.Builder extends Object implements BmcResponse.Builder<GetVcnOverlapResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
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 GetVcnOverlapResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetVcnOverlapResponse>
-
headers
public GetVcnOverlapResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetVcnOverlapResponse>
-
etag
public GetVcnOverlapResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
opcRequestId
public GetVcnOverlapResponse.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
-
opcTotalItems
public GetVcnOverlapResponse.Builder opcTotalItems(Integer opcTotalItems)
For list pagination.A pagination token to get the total number of results available.
- Parameters:
opcTotalItems
- the value to set- Returns:
- this builder
-
opcWorkRequestId
public GetVcnOverlapResponse.Builder opcWorkRequestId(String opcWorkRequestId)
The OCID of the work request.Use GetWorkRequest with this ID to track the status of the request.
- Parameters:
opcWorkRequestId
- the value to set- Returns:
- this builder
-
lifecycleState
public GetVcnOverlapResponse.Builder lifecycleState(GetVcnOverlapResponse.LifecycleState lifecycleState)
The IpInventory API current state.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
dataRequestId
public GetVcnOverlapResponse.Builder dataRequestId(String dataRequestId)
The OCID of the resource.Use GetWorkRequest with this ID to track the status of the resource.
- Parameters:
dataRequestId
- the value to set- Returns:
- this builder
-
ipInventoryVcnOverlapCollection
public GetVcnOverlapResponse.Builder ipInventoryVcnOverlapCollection(IpInventoryVcnOverlapCollection ipInventoryVcnOverlapCollection)
The returned IpInventoryVcnOverlapCollection instance.- Parameters:
ipInventoryVcnOverlapCollection
- the value to set- Returns:
- this builder
-
copy
public GetVcnOverlapResponse.Builder copy(GetVcnOverlapResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetVcnOverlapResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetVcnOverlapResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetVcnOverlapResponse>
- Returns:
- the response object
-
-