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