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