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