Class GetReachableIpResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.responses.GetReachableIpResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetReachableIpResponse>
 - Enclosing class:
- GetReachableIpResponse
 
 public static class GetReachableIpResponse.Builder extends Object implements BmcResponse.Builder<GetReachableIpResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetReachableIpResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetReachableIpResponsebuild()Build the response object.GetReachableIpResponse.Buildercopy(GetReachableIpResponse o)Copy method to populate the builder with values from the given instance.GetReachableIpResponse.Builderheaders(Map<String,List<String>> headers)GetReachableIpResponse.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.GetReachableIpResponse.BuilderreachableIp(ReachableIp reachableIp)The returned ReachableIp instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetReachableIpResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetReachableIpResponse>
 
 - 
headerspublic GetReachableIpResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetReachableIpResponse>
 
 - 
opcRequestIdpublic GetReachableIpResponse.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
reachableIppublic GetReachableIpResponse.Builder reachableIp(ReachableIp reachableIp) The returned ReachableIp instance.- Parameters:
- reachableIp- the value to set
- Returns:
- this builder
 
 - 
copypublic GetReachableIpResponse.Builder copy(GetReachableIpResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetReachableIpResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetReachableIpResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetReachableIpResponse>
- Returns:
- the response object
 
 
- 
 
-