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